interface TourCultureData {
    description?: string;
    slug?: string;
    title?: string;
}

Hierarchy (view full)

Properties

description?: string

The tour description

slug?: string

The tour url slug

title?: string

The tour title