chore (backend-rs): regenerate index.d.ts

This commit is contained in:
naskya 2024-04-26 12:14:34 +09:00
parent 3190f66740
commit 883645a581
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -1017,10 +1017,10 @@ export interface User {
isDeleted: boolean
driveCapacityOverrideMb: number | null
movedToUri: string | null
alsoKnownAs: string | null
speakAsCat: boolean
emojiModPerm: UserEmojimodpermEnum
isIndexable: boolean
alsoKnownAs: Array<string> | null
}
export interface UserGroup {
id: string