mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
feat(client): ✨ Add getInstanceExtendedDescription
This commit is contained in:
parent
a50c80c866
commit
20cafb859b
2 changed files with 20 additions and 1 deletions
|
|
@ -79,3 +79,8 @@ export type InstanceRule = {
|
|||
id: string;
|
||||
text: string;
|
||||
};
|
||||
|
||||
export type ExtendedDescription = {
|
||||
updated_at: string;
|
||||
content: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue