Interface PageProps

interface PageProps {
    aspect_ratio?: "unlocked" | "16:9" | "16:10" | "4:3" | "1:1";
    background_video_url?: string;
}

Properties

aspect_ratio?: "unlocked" | "16:9" | "16:10" | "4:3" | "1:1"
background_video_url?: string