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

    Interface YoutubeFeed

    interface YoutubeFeed {
        author: Author;
        entry: Entry[];
        id: string;
        link: { _attributes: { href: string; rel: string } }[];
        published: string;
        title: string;
        "yt:channelId": string;
    }
    Index

    Properties

    author: Author

    entry

    entry: Entry[]
    id: string
    link: { _attributes: { href: string; rel: string } }[]
    published: string
    title: string
    "yt:channelId": string