@web-core/web-sdk
    Preparing search index...

    Interface Entry

    interface Entry {
        author: Author;
        id: string;
        link: { href: string; rel: string };
        "media:group": MediaGroup;
        published: string;
        title: string;
        updated: string;
        "yt:channelId": string;
        "yt:videoId": string;
    }
    Index

    Properties

    author: Author
    id: string
    link: { href: string; rel: string }
    "media:group": MediaGroup
    published: string
    title: string
    updated: string
    "yt:channelId": string
    "yt:videoId": string