improved admin and events tables
This commit is contained in:
@@ -23,6 +23,10 @@ export interface User {
|
||||
admin: boolean;
|
||||
}
|
||||
|
||||
export type UserAddModify = User & {
|
||||
password: string;
|
||||
};
|
||||
|
||||
interface Zustand {
|
||||
user: User | null;
|
||||
tasks?: Task[];
|
||||
|
||||
Reference in New Issue
Block a user