ProducerPaginationInput<T>: {
    limit?: number;
    page?: number;
    sort?: ProducerSortPredicate<T>;
}

Type Parameters

Type declaration