interface IScenarioCallback {
    error: string;
    programKey: string;
    serverId: string;
}

Properties

error: string
programKey: string
serverId: string

Generated using TypeDoc