/** API Secret 로그인을 위한 입력 정보 */ export type LoginViaApiSecretBody = { /** 발급받은 API secret */ apiSecret: string; };