UNPKG

ngx-core-business

Version:

A comprehensive solution designed to streamline the development of enterprise-level Angular applications.

5 lines (4 loc) 84 B
export interface QuerySorter { field: string; direction?: 'asc' | 'desc'; }