interface ContentExportManifest {
    generatedAt: string;
    hostedFeatureServices: ExportedHostedService[];
    portalUrl: string;
    webMaps: ExportedWebMap[];
}

Properties

generatedAt: string
hostedFeatureServices: ExportedHostedService[]
portalUrl: string
webMaps: ExportedWebMap[]