generated from muhtadeetaron/nextjs-template
fix(api): fix api endpoint logic #1
This commit is contained in:
14
types/auth.d.ts
vendored
14
types/auth.d.ts
vendored
@ -8,13 +8,17 @@ export interface UserData {
|
||||
}
|
||||
|
||||
export interface RegisterForm {
|
||||
name: string;
|
||||
institution: string;
|
||||
sscRoll: string;
|
||||
hscRoll: string;
|
||||
full_name: string;
|
||||
username: string;
|
||||
email: string;
|
||||
phone: string;
|
||||
password: string;
|
||||
phone_number: string;
|
||||
ssc_roll: number;
|
||||
ssc_board: string;
|
||||
hsc_roll: number;
|
||||
hsc_board: string;
|
||||
college: string;
|
||||
preparation_unit: "Science" | "Arts" | "Commerce" | string;
|
||||
}
|
||||
|
||||
export interface LoginForm {
|
||||
|
||||
Reference in New Issue
Block a user