feat: add transaction, card , and account entities

This commit is contained in:
Abdalhamid Alhamad
2025-07-02 18:42:38 +03:00
parent 4cbbfd8136
commit d3057beb54
29 changed files with 670 additions and 21 deletions

View File

@ -3,3 +3,4 @@ export * from './card-issuers.enum';
export * from './card-scheme.enum';
export * from './card-status.enum';
export * from './customer-type.enum';
export * from './transaction-type.enum';