5 lines
No EOL
93 B
TypeScript
5 lines
No EOL
93 B
TypeScript
export interface RegisterRequest {
|
|
email: string;
|
|
username: string;
|
|
password: string;
|
|
} |