Freigeben über


AvsScriptExecutionFinishedEventData type

Schema der Data-Eigenschaft eines EventGridEvent für ein Microsoft.AVS.ScriptExecutionFinished-Ereignis.

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