Skip to content

Type Alias: FateDehydratedState<Scope>

FateDehydratedState<Scope> = Readonly<{ [hydrationScopeBrand]?: Scope; data: FateSerializedValue; scope: Scope; version: 1; }>

Defined in: packages/fate/src/hydration.ts:17

Type Parameters

Scope

Scope extends string = string

Released under the MIT License