We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9a3d4 commit 0ca4107Copy full SHA for 0ca4107
1 file changed
src/objcodes.ts
@@ -117,6 +117,7 @@ export const ExternalSection = 'EXTSEC' as const
117
export const Favorite = 'FVRITE' as const
118
export const Feature = 'FEATR' as const
119
export const FinancialData = 'FINDAT' as const
120
+export const FormulaConstant = 'FCONST' as const
121
export const Goal = 'GOAL' as const
122
export const Group = 'GROUP' as const
123
export const Hour = 'HOUR' as const
@@ -364,6 +365,7 @@ export type TObjCode =
364
365
| typeof Favorite
366
| typeof Feature
367
| typeof FinancialData
368
+ | typeof FormulaConstant
369
| typeof Group
370
| typeof Goal
371
| typeof Hour
0 commit comments