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';
