Add finance funding sources entity and update exports

This commit is contained in:
Sony Surahmn
2025-12-31 16:20:15 +07:00
parent 43a9d72548
commit 56d84a0941
3 changed files with 59 additions and 1 deletions

1
src/schema/finances.ts Normal file
View File

@ -0,0 +1 @@
export * from "../entity/finance/finance_funding_sources";