Type alias ExtendedScenarioDefinition

ExtendedScenarioDefinition: Required<Pick<ScenarioDefinition, "data">> & Required<Pick<ScenarioDefinition, "sourceOutputs">> & RequiredTwoLevels<Pick<ScenarioDefinition, "transaction">>

A scenario definition produced when a child scenario extends a parent scenario; this "extended" scenario definition is the same as the parent scenario definition, but any properties defined in the child scenario definition replace those found in the parent scenario definition.

All scenarios extend the default scenario, so the data, transaction (and all transaction properties), and sourceOutputs properties are guaranteed to be defined in any extended scenario definition.

Generated using TypeDoc