vot.js - v2.4.12
    Preparing search index...
    type NextData = {
        props: {
            pageProps: {
                page: {
                    description: string;
                    title: string;
                    video: {
                        __typename: "ModernVideo";
                        assets: NextDataAsset[];
                        content: {
                            __typename: "ModernContent";
                            subtitle: string;
                            title: string;
                            type: "Video";
                        };
                        videoMetadata: {
                            __typename: "VideoMetadata";
                            duration: number;
                            m3uUrl: string;
                        };
                    };
                };
            };
        };
    }
    Index

    Properties

    Properties

    props: {
        pageProps: {
            page: {
                description: string;
                title: string;
                video: {
                    __typename: "ModernVideo";
                    assets: NextDataAsset[];
                    content: {
                        __typename: "ModernContent";
                        subtitle: string;
                        title: string;
                        type: "Video";
                    };
                    videoMetadata: {
                        __typename: "VideoMetadata";
                        duration: number;
                        m3uUrl: string;
                    };
                };
            };
        };
    }