Files
khata-ui/src/features/report-snapshots/index.ts

10 lines
191 B
TypeScript

export type {
ReportSnapshot,
ReportQuery,
} from "./report-snapshots.models";
export {
useReportSnapshotsList,
useCreateSnapshot,
useDeleteSnapshot,
} from "./useReportSnapshots";