export interface SignUpReqDto { id: string; name: string; password: string; tel: string; }