260706_2_로그인 인증 검토
This commit is contained in:
@@ -3,10 +3,10 @@ import { API_BASE_URL } from "@config/config_frontend";
|
||||
export interface RegisterPayload {
|
||||
email: string;
|
||||
password: string;
|
||||
password_confirm: string;
|
||||
name: string;
|
||||
account_type: "MASTER" | "MEMBER";
|
||||
company_id: number | null;
|
||||
company_name: string | null;
|
||||
position: string | null;
|
||||
phone: string | null;
|
||||
terms_version: string;
|
||||
terms_agreed: boolean;
|
||||
privacy_agreed: boolean;
|
||||
|
||||
Reference in New Issue
Block a user