generated from muhtadeetaron/nextjs-template
9 lines
141 B
TypeScript
9 lines
141 B
TypeScript
export interface UserData {
|
|
name: string;
|
|
institution: string;
|
|
sscRoll: string;
|
|
hscRoll: string;
|
|
email: string;
|
|
phone: string;
|
|
}
|