/** 빌링키 발급 수동 승인 완료 응답 */ export type ConfirmedBillingKeySummary = { /** 빌링키 */ billingKey: string; };