login
This commit is contained in:
5
frontend/types/auth.ts
Normal file
5
frontend/types/auth.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type AuthSessionType = 'WarrenAuth';
|
||||
export interface AuthSession {
|
||||
type: AuthSessionType;
|
||||
id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user