api client refactor
This commit is contained in:
9
apps/website/lib/dtos/SignupParamsDto.ts
Normal file
9
apps/website/lib/dtos/SignupParamsDto.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Signup parameters data transfer object
|
||||
* Parameters for user signup
|
||||
*/
|
||||
export interface SignupParamsDto {
|
||||
email: string;
|
||||
password: string;
|
||||
displayName: string;
|
||||
}
|
||||
Reference in New Issue
Block a user