/** 매일 정산 */ export type PlatformSettlementCycleMethodDaily = { type: "DAILY"; };