core-utils
    Preparing search index...
    interface DeployedAssetResult {
        attempts: DeployedAssetAttempt[];
        check: DeployedAssetReportCheck;
        contentType?: string;
        errorMessage?: string;
        isSuccess: boolean;
        status?: number;
    }
    Index
    contentType?: string
    errorMessage?: string
    isSuccess: boolean
    status?: number