arvo-core
    Preparing search index...

    Type Alias ArvoExtension

    ArvoExtension: {
        accesscontrol: string | null;
        domain: string | null;
        executionunits: number | null;
        parentid: string | null;
        redirectto: string | null;
        to: string | null;
    }

    Represents Arvo-specific extensions to the CloudEvent.

    Type Declaration

    • accesscontrol: string | null
    • domain: string | null
    • executionunits: number | null
    • parentid: string | null
    • redirectto: string | null
    • to: string | null