Type alias ScenarioUserdata

ScenarioUserdata: {
    [key: string]: unknown;
}

Decoded form of a Scenario's userdata (arbitrary JSON). On the wire it is a JSON-encoded string; in a scenarios.yaml it is written as a nested mapping.

Type declaration

  • [key: string]: unknown