Skip to content

RequestLocaleSource

RequestLocaleSource = object

Defined in: @storesynk/astro/dist/runtime.d.ts:11

The slice of the Astro global the locale resolver needs (structural - no coupling to a specific Astro version’s global type).

cookies: object

Defined in: @storesynk/astro/dist/runtime.d.ts:12

get(name): { value: string; } | undefined

string

{ value: string; } | undefined


optional isPrerendered?: boolean

Defined in: @storesynk/astro/dist/runtime.d.ts:17