export type PlatformBulkAccountTransferStatus = "PREPARED" | "SCHEDULED" | "ONGOING" | "COMPLETED" | string & {};