Interface ScriptTypeExportInterface

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

Properties

Properties

scripttype: Record<string, ScriptTypeExportSkeleton>