export type T_SortType = 'name_a_z' | 'name_z_a' | 'type_a_z' | 'type_z_a' | 'created_a_z' | 'created_z_a';
export type T_PaginationKeys = {
    limit?: number;
    offset?: number;
};
//# sourceMappingURL=index.d.ts.map