feat: isIndexable
This commit is contained in:
parent
53f2089116
commit
9cd2759769
15 changed files with 48 additions and 4 deletions
|
@ -37,6 +37,7 @@ export type UserLite = {
|
|||
};
|
||||
isCat?: boolean;
|
||||
isBot?: boolean;
|
||||
isIndexable?: boolean;
|
||||
};
|
||||
|
||||
export type UserDetailed = UserLite & {
|
||||
|
@ -65,6 +66,7 @@ export type UserDetailed = UserLite & {
|
|||
speakAsCat: boolean;
|
||||
isFollowed: boolean;
|
||||
isFollowing: boolean;
|
||||
isIndexable: boolean;
|
||||
isLocked: boolean;
|
||||
isModerator: boolean;
|
||||
isMuted: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue