PURISTA API / @purista/cli / PuristaProjectInfo
Type Alias: PuristaProjectInfo
PuristaProjectInfo =
object
Defined in: scanPuristaProject.ts:28
Information about a Purista project.
Properties
eventEnumFileName
eventEnumFileName:
string
Defined in: scanPuristaProject.ts:34
The file name of the file that contains the event enum
eventNames
eventNames:
object[]
Defined in: scanPuristaProject.ts:32
List of event names and their corresponding values
name
name:
string
value
value:
string
services
services:
PuristaProjectServices
Defined in: scanPuristaProject.ts:30
The information about existing services
