Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/objcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export const ExternalSection = 'EXTSEC' as const
export const Favorite = 'FVRITE' as const
export const Feature = 'FEATR' as const
export const FinancialData = 'FINDAT' as const
export const FormulaConstant = 'FCONST' as const
export const Goal = 'GOAL' as const
export const Group = 'GROUP' as const
export const Hour = 'HOUR' as const
Expand Down Expand Up @@ -364,6 +365,7 @@ export type TObjCode =
| typeof Favorite
| typeof Feature
| typeof FinancialData
| typeof FormulaConstant
| typeof Group
| typeof Goal
| typeof Hour
Expand Down