UNPKG

contensis-core-api

Version:

A dependency library used by contensis-delivery-api and contensis-management-api

8 lines (7 loc) 310 B
import { ContensisQueryOrderBy, ContensisQueryOrderByDto } from '..'; export declare class Ordering implements ContensisQueryOrderBy { private _items; asc(fieldName: string): ContensisQueryOrderBy; desc(fieldName: string): ContensisQueryOrderBy; toArray(): ContensisQueryOrderByDto[]; }