/** 빌링키 삭제 성공 응답 */ export type DeleteBillingKeyResponse = { /** * 빌링키 삭제 완료 시점 * (RFC 3339 date-time) */ deletedAt: string; };