Interface SectionListSection

interface SectionListSection {
    aspect_ratio?: "unlocked" | "16:9" | "16:10" | "4:3" | "1:1";
    background_video_url?: string;
    id: string;
    style?: Record<string, any>;
}

Properties

aspect_ratio?: "unlocked" | "16:9" | "16:10" | "4:3" | "1:1"
background_video_url?: string
id: string
style?: Record<string, any>