fix: new 02 ui & layout

This commit is contained in:
puriphatt 2024-07-05 11:01:40 +00:00
parent 70f3959c08
commit 701d82e7a7
2 changed files with 296 additions and 91 deletions

View file

@ -97,6 +97,7 @@ export type UserAttachmentDelete = {
};
export type UserTypeStats = {
[x: string]: number;
USER: number;
MESSENGER: number;
DELEGATE: number;