Interface HonuaServerCompatibilityFeatures

interface HonuaServerCompatibilityFeatures {
    manifestApply: boolean;
    manifestDryRun: boolean;
    manifestExport: boolean;
    manifestPrune: boolean;
    metadataResources: boolean;
}

Properties

manifestApply: boolean
manifestDryRun: boolean
manifestExport: boolean
manifestPrune: boolean
metadataResources: boolean