feat(backend): global notices
This commit is contained in:
parent
22be49976a
commit
b07f4b75c0
19 changed files with 1247 additions and 8 deletions
|
@ -10,6 +10,7 @@ export type Meta = {
|
|||
};
|
||||
members: number;
|
||||
limits: Limits;
|
||||
notice: { id: string; message: string } | null;
|
||||
};
|
||||
|
||||
export type Limits = {
|
||||
|
|
|
@ -41,6 +41,7 @@ export type UserWithHiddenFields = User & {
|
|||
|
||||
export type UserSettings = {
|
||||
dark_mode: boolean | null;
|
||||
last_read_notice: string | null;
|
||||
};
|
||||
|
||||
export type PartialMember = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue