UNPKG

@agility/management-sdk

Version:
10 lines (9 loc) 188 B
export declare class ListParams { filter: string; fields: string; sortDirection: string; sortField: string; showDeleted: boolean; take: number; skip: number; }