Skip to content

Commit d268609

Browse files
fix: add new code for Classifier object
1 parent 3e1b7f8 commit d268609

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/objcodes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const CategoryCascadeRule = 'CTCSRL' as const
6666
export const CategoryCascadeRuleMatch = 'CTCSRM' as const
6767
export const CategoryParameter = 'CTGYPA' as const
6868
export const CategoryParameterExpression = 'CTGPEX' as const
69+
export const Classifier = 'CLSF' as const
6970
export const Company = 'CMPY' as const
7071
export const ComponentKey = 'CMPSRV' as const
7172
export const ContextSensitiveHelp = 'CXTHP' as const
@@ -291,6 +292,7 @@ export type TObjCode =
291292
| typeof CategoryCascadeRuleMatch
292293
| typeof CategoryParameter
293294
| typeof CategoryParameterExpression
295+
| typeof Classifier
294296
| typeof Company
295297
| typeof ComponentKey
296298
| typeof ContextSensitiveHelp

0 commit comments

Comments
 (0)