chore: user financial

This commit is contained in:
Matin
2025-02-15 10:59:53 +03:30
parent caa968ab4a
commit a13f374031
14 changed files with 246 additions and 19 deletions
@@ -0,0 +1,4 @@
export enum FinancialType {
REAL = "REAL",
LEGAL = "LEGAL",
}