@webitel/api-services
    Preparing search index...

    VariableEntryRequest represents a variable update operation.

    interface WebitelImApiGatewayV1VariableEntryRequest {
        key?: string;
        value?: WebitelImApiGatewayV1VariableEntryRequestValue;
    }
    Index

    Properties

    Properties

    key?: string

    Variable key.

    Variable value.