mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 17:50:13 +00:00
implement setting page (#12)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ModelUser } from "@/types";
|
||||
import { ModelProfile } from "@/types";
|
||||
|
||||
export interface AuthContextProps {
|
||||
profile: ModelUser | undefined;
|
||||
profile: ModelProfile | undefined;
|
||||
login: (username: string, password: string) => void;
|
||||
logout: () => void;
|
||||
}
|
||||
Reference in New Issue
Block a user