AvsScriptExecutionFinishedEventData type

Schema of the Data property of an EventGridEvent for a Microsoft.AVS.ScriptExecutionFinished event.

type AvsScriptExecutionFinishedEventData = AvsScriptExecutionEventData & {
  namedOutputs: { [propertyName: string]: string }
}