Skip to content

Type Alias: FateDehydratedState<Scope>

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

Defined in: packages/fate/lib/transport-BjGm__3t.d.mts:685

Type Parameters

Scope

Scope extends string = string

Released under the MIT License