Skip to content
API/NestjsResponseOptions

NestjsResponseOptions

src/models/response-options.tsclass

Pre-configured ResponseOptions for the NestJS driver

Uses dot-notation paths to access nested values in the NestJS response format.

new NestjsResponseOptions(options: PaginationConfig)
Parameter Type Description
options PaginationConfig
Property Type Description
currentPage string
data string
firstPageUrl string
from string
lastPage string
lastPageUrl string
nextPageUrl string
path string
perPage string
prevPageUrl string
to string
total string