UNPKG

@enable-tech/shared-types

Version:

This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.

6 lines 220 B
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