update breadcrumb and create account module
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export enum ACCOUNT_TYPES {
|
||||
'PARTNER',
|
||||
'BUSINESS',
|
||||
'SUPER_ADMIN',
|
||||
'ADMIN',
|
||||
'PROVIDER',
|
||||
'POS',
|
||||
}
|
||||
|
||||
export type TAccountType = keyof typeof ACCOUNT_TYPES;
|
||||
Reference in New Issue
Block a user