parent
ec45db7870
commit
30efd932a5
6 changed files with 39 additions and 31 deletions
|
|
@ -28,6 +28,8 @@ export type UserLite = {
|
|||
faviconUrl: Instance['faviconUrl'];
|
||||
themeColor: Instance['themeColor'];
|
||||
};
|
||||
isCat?: boolean;
|
||||
isBot?: boolean;
|
||||
};
|
||||
|
||||
export type UserDetailed = UserLite & {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue