core-utils
    Preparing search index...
    interface DeployedAssetAttempt {
        attemptNumber: number;
        contentType?: string;
        durationMs: number;
        errorMessage?: string;
        status?: number;
        url: string;
    }
    Index
    attemptNumber: number
    contentType?: string
    durationMs: number
    errorMessage?: string
    status?: number
    url: string