🏷️ add type for after handle auth
This commit is contained in:
6
src/modules/auth/auth.types.ts
Normal file
6
src/modules/auth/auth.types.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export interface LoginIfExistAndCreateIfNot {
|
||||
email: string;
|
||||
username?: string;
|
||||
name: string;
|
||||
provider: "Google" | "GitHub";
|
||||
}
|
||||
Reference in New Issue
Block a user