Interface InvocationContext

interface InvocationContext {
    app?: any;
    orgId: string;
    orgRole: any;
    orgSlug: string;
    requestOptions?: {
        useNativeFetch?: boolean;
    };
    user?: any;
}

Properties

app?: any
orgId: string
orgRole: any
orgSlug: string
requestOptions?: {
    useNativeFetch?: boolean;
}

Type declaration

  • Optional useNativeFetch?: boolean
user?: any

Generated using TypeDoc