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

    Type Alias DBAPIAgency

    type DBAPIAgency = {
        county: string;
        email: string | null;
        id: number;
        name: string;
        postcode: string;
        site_id: number;
        telephone: string;
        town: string;
    }
    Index

    Properties

    county: string
    email: string | null
    id: number
    name: string
    postcode: string
    site_id: number
    telephone: string
    town: string