Trần Viết Sơn
fix: refactor, add entities
c114c72
raw
history blame contribute delete
70 Bytes
export interface CreateUserDto {
id: string;
full_name: string;
}