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

6
src/schema/briapi.ts Normal file
View File

@ -0,0 +1,6 @@
export * from "../entity/briapi_configs";
export * from "../entity/briapi_logs";
export * from "../entity/briapi_appendix_banks";
export * from "../entity/briapi_appendix_wallets";
export * from "../entity/briapi_appendix_ids";
export * from "../types/briapi";