export interface LoginResDto { id: string; name: string; token: string; }