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