@companion-module/base
    Preparing search index...

    Interface CompanionVariableDefinition

    The definition of a variable

    interface CompanionVariableDefinition {
        name: string;
        variableId: string;
    }
    Index

    Properties

    Properties

    name: string
    variableId: string