chore: initial commit
This commit is contained in:
16
frontend/packages/lib-shared/enums/opportunityEnum.ts
Normal file
16
frontend/packages/lib-shared/enums/opportunityEnum.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export enum OpportunitySearchTypeEnum {
|
||||
ALL = 'ALL',
|
||||
SELF = 'SELF',
|
||||
DEPARTMENT = 'DEPARTMENT',
|
||||
OPPORTUNITY_SUCCESS = 'OPPORTUNITY_SUCCESS',
|
||||
}
|
||||
|
||||
export enum CirculationTypeEnum {
|
||||
NORMAL = 'NORMAL',
|
||||
ADVANCED = 'ADVANCED',
|
||||
}
|
||||
|
||||
export enum CirculationValueTypeEnum {
|
||||
FIXED_VALUE = 'FIXED_VALUE',
|
||||
FIELD_VALUE = 'FIELD_VALUE',
|
||||
}
|
||||
Reference in New Issue
Block a user