src/app/modules/core/interfaces/sort.ts
field: string
string
name: string
export interface ISort { field: string; name: string; }