interface ContentExportReport {
    exportedHostedFeatureServices: ExportedHostedService[];
    exportedWebMaps: ExportedWebMap[];
    generatedAt: string;
    manifestPath: string;
    outputDir: string;
    portalUrl: string;
    scan: ContentScanReport;
}

Properties

exportedHostedFeatureServices: ExportedHostedService[]
exportedWebMaps: ExportedWebMap[]
generatedAt: string
manifestPath: string
outputDir: string
portalUrl: string