SongGuess
    Preparing search index...
    type StreamPublicDetails = {
        channel_link: string | null;
        logo: string | null;
        share_link: string | null;
        title: string | null;
    }
    Index

    Properties

    channel_link: string | null

    The public channel link.

    logo: string | null

    The public logo URL.

    share_link: string | null

    The public share link.

    title: string | null

    The public title for the video.