@zeplin/extension-model
    Preparing search index...

    Interface VariableGroupData

    interface VariableGroupData {
        name: string;
        variables: any[];
    }
    Index

    Properties

    Properties

    name: string
    variables: any[]