Enumeration
The guideType
property specifies the type of guide that is being defined.
- 'PROGRAM': Indicates that the guide is defined by a TypeScript (ts) file.
- 'CONFIG': Indicates that the guide is defined by a JSON file.
Enumeration Members
Enumeration member | Value |
---|---|
Config | "CONFIG" |
Program | "PROGRAM" |