interface ClientContext {
    Custom?: any;
    client: ClientContextClient;
    env: ClientContextEnv;
}

Properties

Properties

Custom?: any