export interface LoginReqDto { id: string; password: string; }