Interface InvocationContext

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

Properties

app?: any
orgId: string
orgRole: any
orgSlug: string
user?: any

Generated using TypeDoc