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

    Interface Service

    interface Service {
        "@type": string;
        additionalType?: URL;
        aggregateRating?: AggregateRating;
        alternateName?: Text;
        areaServed?: Text | Place | GeoShape;
        audience?: unknown;
        availableChannel?: unknown;
        award?: Text;
        brand?: unknown;
        broker?: Organization | Person;
        category?: unknown;
        description?: Text;
        disambiguatingDescription?: Text;
        hasOfferCatalog?: unknown;
        hoursAvailable?: unknown;
        identifier?: string | string[] | PropertyValue;
        image?: ImageObject | URL;
        isRelatedTo?: Product | Service;
        isSimilarTo?: Product | Service;
        logo?: ImageObject | URL;
        mainIdentityOfPage?: CreativeWork | URL;
        name?: Text;
        offers?: Offer[];
        potentialAction?: Action;
        provider?: Organization | Person;
        providerMobility?: Text;
        review?: Review;
        sameAs?: URL;
        serviceOutput?: Thing;
        serviceType?: unknown;
        slogan?: Text;
        subjectOf?: Event | CreativeWork;
        termsOfService?: string | string[];
        url?: URL;
    }

    Hierarchy (View Summary)

    Index

    Properties

    "@type": string
    additionalType?: URL
    aggregateRating?: AggregateRating
    alternateName?: Text
    areaServed?: Text | Place | GeoShape
    audience?: unknown
    availableChannel?: unknown
    award?: Text
    brand?: unknown
    broker?: Organization | Person
    category?: unknown
    description?: Text
    disambiguatingDescription?: Text
    hasOfferCatalog?: unknown
    hoursAvailable?: unknown
    identifier?: string | string[] | PropertyValue
    image?: ImageObject | URL
    isRelatedTo?: Product | Service
    isSimilarTo?: Product | Service
    logo?: ImageObject | URL
    mainIdentityOfPage?: CreativeWork | URL
    name?: Text
    offers?: Offer[]
    potentialAction?: Action
    provider?: Organization | Person
    providerMobility?: Text
    review?: Review
    sameAs?: URL
    serviceOutput?: Thing
    serviceType?: unknown
    slogan?: Text
    subjectOf?: Event | CreativeWork
    termsOfService?: string | string[]
    url?: URL