fix: fill users

This commit is contained in:
Tristan Yang
2022-09-02 12:38:49 +08:00
parent 265bf11ad0
commit a649ebdf84
3 changed files with 4 additions and 17 deletions
-1
View File
@@ -9,7 +9,6 @@ export interface User {
is_admin: boolean;
avatar_updated_at: number;
create_by: string;
avatar?: string;
}
export type UserStatus = "normal" | "frozen";
export type UserDevice = {