feat: flag management
This commit is contained in:
parent
8bd4449804
commit
d9d48c3cbf
24 changed files with 615 additions and 235 deletions
|
@ -17,4 +17,5 @@ export type Limits = {
|
|||
bio_length: number;
|
||||
custom_preferences: number;
|
||||
max_auth_methods: number;
|
||||
max_flags: number;
|
||||
};
|
||||
|
|
|
@ -66,7 +66,7 @@ export type Field = {
|
|||
|
||||
export type PrideFlag = {
|
||||
id: string;
|
||||
image_url: string;
|
||||
image_url: string | null;
|
||||
name: string;
|
||||
description: string | null;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue