UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

9 lines 295 B
import type { SortBuildInput } from 'rapiq'; type Data = { created_at?: string | Date; updated_at?: string | Date; [key: string]: any; }; export declare function isQuerySortedDescByDate<T extends Data>(input: SortBuildInput<T>): boolean; export {}; //# sourceMappingURL=sort.d.ts.map