BulkPayoutClient: {
    getPlatformBulkPayouts: (
        options?: {
            isForTest?: boolean;
            page?: PageInput;
            filter?: PlatformBulkPayoutFilterInput;
        },
    ) => Promise<GetPlatformBulkPayoutsResponse>;
}

Type declaration