export interface CreateUserDto { id: string; full_name: string; }