@halix/action-sdk
    Preparing search index...

    Interface UserContext

    UserContext is an interface defining the properties of the user context.

    interface UserContext {
        orgKey: string;
        orgProxy: any;
        orgProxyKey: string;
        user: any;
        userProxy: any;
        userProxyKey: string;
    }
    Index

    Properties

    orgKey: string
    orgProxy: any
    orgProxyKey: string
    user: any
    userProxy: any
    userProxyKey: string