Type Alias BaseSearchOptions

BaseSearchOptions: {
    limit?: number;
    offset?: number;
}

Type declaration

  • Optionallimit?: number

    Limit the number of results returned

  • Optionaloffset?: number

    Skip a specific number of results, used in conjunction with limit to enforce paging