update type definition
This commit is contained in:
parent
b7fd9e8c55
commit
d549879cd4
1 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,14 @@ export type UserLite = {
|
|||
name: string;
|
||||
url: string;
|
||||
}[];
|
||||
instance?: {
|
||||
name: Instance['name'],
|
||||
softwareName: Instance['softwareName'],
|
||||
softwareVersion: Instance['softwareVersion'],
|
||||
iconUrl: Instance['iconUrl'],
|
||||
faviconUrl: Instance['faviconUrl'],
|
||||
themeColor: Instance['themeColor'],
|
||||
};
|
||||
};
|
||||
|
||||
export type UserDetailed = UserLite & {
|
||||
|
|
Loading…
Reference in a new issue