Spaces:
Sleeping
Sleeping
File size: 70 Bytes
c114c72 |
1 2 3 4 5 |
export interface CreateUserDto {
id: string;
full_name: string;
}
|