Skip to content

Documentation / @warp-drive/core / Document

Type Alias: Document<T>

ts
type Document<T> = ReactiveDocument<T>;

Defined in: core/src/index.ts:41

Type Parameters

T

T

Deprecated

use ReactiveDocument instead

Released under the MIT License.