feat(client): Add getInstanceExtendedDescription

This commit is contained in:
Jesse Wierzbinski 2024-06-07 12:10:52 -10:00
parent a50c80c866
commit 20cafb859b
No known key found for this signature in database
2 changed files with 20 additions and 1 deletions

View file

@ -79,3 +79,8 @@ export type InstanceRule = {
id: string;
text: string;
};
export type ExtendedDescription = {
updated_at: string;
content: string;
};