@xylabs/sdk-react
    Preparing search index...

    Interface ContactPoint

    interface ContactPoint {
        "@type": string;
        additionalType?: URL;
        alternateName?: Text;
        areaServed?: Text | Place | GeoShape;
        availableLanguages?: Thing | Text;
        contactOption?: ContactPointOption;
        contactType?: Text;
        description?: Text;
        disambiguatingDescription?: Text;
        email?: Text;
        hoursAvailable?: unknown;
        identifier?: string | string[] | PropertyValue;
        image?: ImageObject | URL;
        mainIdentityOfPage?: CreativeWork | URL;
        name?: Text;
        potentialAction?: Action;
        productsSupported?: Text | Product;
        sameAs?: URL;
        subjectOf?: Event | CreativeWork;
        telephone?: Text;
        url?: URL;
    }

    Hierarchy (View Summary)

    Index

    Properties

    "@type": string
    additionalType?: URL
    alternateName?: Text
    areaServed?: Text | Place | GeoShape
    availableLanguages?: Thing | Text
    contactOption?: ContactPointOption
    contactType?: Text
    description?: Text
    disambiguatingDescription?: Text
    email?: Text
    hoursAvailable?: unknown
    identifier?: string | string[] | PropertyValue
    image?: ImageObject | URL
    mainIdentityOfPage?: CreativeWork | URL
    name?: Text
    potentialAction?: Action
    productsSupported?: Text | Product
    sameAs?: URL
    subjectOf?: Event | CreativeWork
    telephone?: Text
    url?: URL