mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 19:49:16 +01:00
chore: ⬆️ Update @lysand-org/client for new types
This commit is contained in:
parent
18b4bc64b3
commit
a889f8d142
10 changed files with 19 additions and 15 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import type { Role as LysandRole } from "~/composables/Identities";
|
||||
import type { Emoji } from "./emoji";
|
||||
import type { Field } from "./field";
|
||||
import type { Role } from "./role";
|
||||
|
|
@ -30,5 +31,6 @@ export type Account = {
|
|||
bot: boolean | null;
|
||||
source?: Source;
|
||||
role?: Role;
|
||||
roles: LysandRole[];
|
||||
mute_expires_at?: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue