Type Alias ScriptWriteSet

ScriptWriteSet: {
    execute_as: string;
    script: ScriptPayloadResponse;
    type: string;
}

The set of properties for writing scripts, including the type of script.