Interface VariablesExportInterface

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

Properties

Properties

variable: Record<string, VariableSkeleton>