Interface VariablesExportInterface

interface VariablesExportInterface {
    meta?: ExportMetaData;
    variables: Record<string, VariableSkeleton>;
}

Properties

Properties

variables: Record<string, VariableSkeleton>