export type PlatformTransferNotFoundError = { type: "PLATFORM_TRANSFER_NOT_FOUND"; message?: string; };