interface ExtensionInput {
    action: string;
    resource: Reference;
}

Properties

Properties

action: string

Create or Update request.

resource: Reference

Expanded reference to the resource that triggered the Extension.

Generated using TypeDoc