File

src/common/dtos/page-meta-parameters.dto.ts

Index

Properties

Properties

itemCount
itemCount: number
Type : number
pageOptionsDto
pageOptionsDto: PageOptionsDto
Type : PageOptionsDto
import { PageOptionsDto } from "./page-options.dto";

export interface PageMetaParameters {
  pageOptionsDto: PageOptionsDto;
  itemCount: number;
}

results matching ""

    No results matching ""