UNPKG

@skylinedynamics/sd-angular-jsonapi

Version:

Skyline Dynamics Angular 5+, fluent Implementation for JSONAPI conform requests

6 lines (5 loc) 115 B
export declare type OrderType = 'asc' | 'desc'; export interface SortQuery { dir: OrderType; on: string; }