This commit is contained in:
fro1991
2025-07-31 17:34:16 +07:00
parent 535424b09a
commit 2cf9543ee1
13 changed files with 242 additions and 435 deletions

7
src/schema/briva.ts Normal file
View File

@ -0,0 +1,7 @@
export * from "../entity/briva_companies";
export * from "../entity/briva_company_users";
export * from "../entity/briva_company_user_refresh_token";
export * from "../entity/briva_accounts";
export * from "../entity/briva_transactions";
export * from "../entity/briva_company_account_labels";
export * from "../entity/briva_account_labels";