export type PlatformBulkAccountTransferStatusStats = { /** (int64) */ prepared: number; /** (int64) */ scheduled: number; /** (int64) */ ongoing: number; /** (int64) */ completed: number; };