generated from muhtadeetaron/nextjs-template
chore: refactor code for type safety
This commit is contained in:
8
types/auth.d.ts
vendored
Normal file
8
types/auth.d.ts
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
export interface UserData {
|
||||
name: string;
|
||||
institution: string;
|
||||
sscRoll: string;
|
||||
hscRoll: string;
|
||||
email: string;
|
||||
phone: string;
|
||||
}
|
||||
Reference in New Issue
Block a user