import { Base } from "../../../"; import { SP } from "../../../"; /********************************************* * ModuleLink **********************************************/ export interface ModuleLink { Id4a81de82eeb94d6080ea5bf63e27023a?: string; } /********************************************* * ModuleLinkCollections **********************************************/ export interface ModuleLinkCollections { } /********************************************* * ResourceManifestInformation **********************************************/ export interface ResourceManifestInformation { RequireJsScriptBlock?: string; ScenarioMapping?: { results: Array }; } /********************************************* * ResourceManifestInformationCollections **********************************************/ export interface ResourceManifestInformationCollections { }