refactor: run formatter
This commit is contained in:
@@ -8,14 +8,14 @@ type User = {
|
||||
export type CreateUser = {
|
||||
username: string;
|
||||
email: string;
|
||||
password: string,
|
||||
password: string;
|
||||
isAdmin?: boolean;
|
||||
};
|
||||
|
||||
export type UpdateUser = {
|
||||
username?: string;
|
||||
email?: string;
|
||||
password?: string,
|
||||
password?: string;
|
||||
isAdmin?: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user