Skip to content

Commit

Permalink
export receipts
Browse files Browse the repository at this point in the history
  • Loading branch information
iisa committed Jan 13, 2025
1 parent 40585a0 commit 9ee6994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export { MonthlyGivingCircle } from './src/monthly-giving-circle';
export type { anUpdate } from './src/monthly-giving-circle';
export type { aReceipt } from './src/models/receipt';
export { Receipt } from './src/models/receipt';

0 comments on commit 9ee6994

Please sign in to comment.