generated from flo/template-frontend
7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
export interface RegisterUserRequest {
|
|
mail: string;
|
|
username: string;
|
|
}
|
|
|
|
export interface RegisterUserResponse {}
|