Frodo Library - v4.0.0-10
    Preparing search index...

    Interface VariablesExportInterface

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

    Properties

    Properties

    variable: Record<string, VariableSkeleton>