@sme.up/kokos-sdk-node
    Preparing search index...

    Interface SmeupVariable

    SmeupVariable

    interface SmeupVariable {
        name: string;
        type?: SmeupVariableType;
        value: string;
    }
    Index

    Properties

    Properties

    name: string
    value: string