Skip to content

Commit e3653a8

Browse files
feat: Added TEXT_CUSTOMIZATION property in the BILLABLEMETRIC_CODE_ENUM
1 parent c3b093a commit e3653a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/shared/src/types/bilablemetric-code/billablemetriccode.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ export enum BILLABLEMETRIC_CODE_ENUM {
1717
RUNTIME_SCHEMA = 'RUNTIME_SCHEMA',
1818
DATA_SEEDING = 'DATA_SEEDING',
1919
APPEARANCE_CUSTOMIZATION = 'APPEARANCE_CUSTOMIZATION',
20+
TEXT_CUSTOMIZATION = 'TEXT_CUSTOMIZATION',
2021
}

0 commit comments

Comments
 (0)