export interface LoginForMyPageRs { applicantSn: number; email: string; jobnoticeSn: number; name: string; password: string; systemKindCode: string; }