Convert RGPDPage to Typescript
This commit is contained in:
@@ -6,6 +6,7 @@ export interface AuthContextType {
|
||||
loading: boolean;
|
||||
update: () => void;
|
||||
login: (email: string, password: string) => Promise<{ status: number }>;
|
||||
logout: () => Promise<void>;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user