Skip to main content

Type Alias: Site

Site = Omit<GeneratedSiteResponse, "theme" | "availableLocales" | "primaryLocale" | "url"> & object

Defined in: packages/sdk/src/types/site-types.ts:39

OpenAPI theme union can drift ahead of the client catalog — keep in sync with generated/site.

Type Declaration

availableLocales

availableLocales: string[]

primaryLocale

primaryLocale: string

theme

theme: ThemeName | null

url?

optional url: string | null