interface HighTech {
    bonplan: V4Types.Content.Generic[];
    guides: V4Types.Content.Generic[];
    news: V4Types.Content.Generic[];
    reviews: V4Types.Content.Generic[];
}

Properties