/** 정산 건 식별에 실패한 경우 */ export type PlatformCannotSpecifyTransferError = { type: "PLATFORM_CANNOT_SPECIFY_TRANSFER"; message?: string; };