feat(frontend): add username editing
This commit is contained in:
parent
5a8b7aae80
commit
2a66e3e25e
10 changed files with 164 additions and 23 deletions
|
@ -8,9 +8,11 @@ export default interface Meta {
|
|||
active_day: number;
|
||||
};
|
||||
members: number;
|
||||
limits: Limits;
|
||||
}
|
||||
|
||||
export type Limits = {
|
||||
member_count: number;
|
||||
bio_length: number;
|
||||
custom_preferences: number;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue