@breautek/storm
    Preparing search index...

    Interface ISetSessionVariableQueryInput

    interface ISetSessionVariableQueryInput {
        name: string;
        value: any;
    }
    Index

    Properties

    Properties

    name: string
    value: any