@accounter/server
Version:
20 lines (19 loc) • 738 B
text/typescript
export * from './__generated__/types.js';
export * from './__generated__/depreciation.types.js';
export type {
IGetAllDepreciationCategoriesParams,
IGetAllDepreciationCategoriesResult,
IGetAllDepreciationCategoriesQuery,
IGetDepreciationCategoriesByIdsParams,
IGetDepreciationCategoriesByIdsResult,
IGetDepreciationCategoriesByIdsQuery,
IUpdateDepreciationCategoryParams,
IUpdateDepreciationCategoryResult,
IUpdateDepreciationCategoryQuery,
IInsertDepreciationCategoryParams,
IInsertDepreciationCategoryResult,
IInsertDepreciationCategoryQuery,
IDeleteDepreciationCategoryParams,
IDeleteDepreciationCategoryResult,
IDeleteDepreciationCategoryQuery,
} from './__generated__/depreciation-categories.types.js';