core-utils
    Preparing search index...
    interface NetworkBody {
        canonicalized: boolean;
        content: string;
        contentType?: string;
        fingerprint: string;
        id: string;
        truncated: boolean;
    }
    Index

    Properties

    canonicalized: boolean
    content: string
    contentType?: string
    fingerprint: string
    id: string
    truncated: boolean