Type alias ScriptTypeExportSkeleton

ScriptTypeExportSkeleton: ScriptTypeSkeleton & {
    context: ScriptingContextSkeleton;
    engineConfiguration: EngineConfigurationSkeleton;
}

Type declaration