export type PlatformOrderTransferAlreadyCancelledError = { type: "PLATFORM_ORDER_TRANSFER_ALREADY_CANCELLED"; message?: string; };