Documentation
    Preparing search index...

    Interface HeroSection

    interface HeroSection {
        description: string;
        imageUrl?: string;
        title: string;
    }

    Hierarchy

    Index
    description: string
    imageUrl?: string
    title: string