Websites v4 docs v5.2.4
    Preparing search index...

    Type Alias CarouselItem

    type CarouselItem = {
        image: string | null;
        link_url: string;
        position: number;
        standfirst: string;
        title: string;
        type: string;
        video_standfirst: string;
        video_title: string;
        video_url: string;
    }
    Index

    Properties

    image: string | null
    link_url: string
    position: number
    standfirst: string
    title: string
    type: string
    video_standfirst: string
    video_title: string
    video_url: string