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

    Interface ScriptTypeExportInterface

    interface ScriptTypeExportInterface {
        meta?: ExportMetaData;
        scripttype: Record<string, ScriptTypeExportSkeleton>;
    }
    Index

    Properties

    Properties

    scripttype: Record<string, ScriptTypeExportSkeleton>