This commit is contained in:
2026-03-11 20:42:34 +03:30
parent 8c5f1d4d49
commit 007db7f9bd
30 changed files with 393 additions and 219 deletions
+1
View File
@@ -149,6 +149,7 @@ export type UserType = (typeof UserType)[keyof typeof UserType]
export const AccountType = {
PARTNER: 'PARTNER',
BUSINESS: 'BUSINESS',
SUPER_ADMIN: 'SUPER_ADMIN',
ADMIN: 'ADMIN',
PROVIDER: 'PROVIDER',
POS: 'POS'