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

    Type Alias HestiaDepartment

    type HestiaDepartment = {
        address: string;
        branch_department_url_label: string;
        content_items: [];
        county: string;
        department_id: number;
        department_opening_times: HestiaOpeningTime;
        email: string;
        label: string;
        loc: [number, number];
        meta_description: string;
        meta_title: string;
        name: string;
        polygon: null;
        position: number | null;
        postcode: string;
        staff: HestiaAgencyEmployeeData[];
        street_address: string;
        tel: string;
        town: string;
    }
    Index

    Properties

    address: string
    branch_department_url_label: string
    content_items: []
    county: string
    department_id: number
    department_opening_times: HestiaOpeningTime
    email: string
    label: string
    loc: [number, number]
    meta_description: string
    meta_title: string
    name: string
    polygon: null
    position: number | null
    postcode: string
    staff: HestiaAgencyEmployeeData[]
    street_address: string
    tel: string
    town: string