Skip to content

Commit 0ca4107

Browse files
Minas-Ghratyanbhovhannes
authored andcommitted
feat: add formula constant
1 parent 2f9a3d4 commit 0ca4107

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
@@ -117,6 +117,7 @@ export const ExternalSection = 'EXTSEC' as const
117117
export const Favorite = 'FVRITE' as const
118118
export const Feature = 'FEATR' as const
119119
export const FinancialData = 'FINDAT' as const
120+
export const FormulaConstant = 'FCONST' as const
120121
export const Goal = 'GOAL' as const
121122
export const Group = 'GROUP' as const
122123
export const Hour = 'HOUR' as const
@@ -364,6 +365,7 @@ export type TObjCode =
364365
| typeof Favorite
365366
| typeof Feature
366367
| typeof FinancialData
368+
| typeof FormulaConstant
367369
| typeof Group
368370
| typeof Goal
369371
| typeof Hour

0 commit comments

Comments
 (0)