Skip to content
Snippets Groups Projects
Commit d549879c authored by syuilo's avatar syuilo
Browse files

update type definition

parent b7fd9e8c
No related branches found
No related tags found
No related merge requests found
......@@ -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 & {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment