UNPKG

@openstream/client

Version:
3 lines 162 B
import type { Document } from "./Document.js"; export type Value = null | boolean | number | string | Array<Value> | Document; //# sourceMappingURL=Value.d.ts.map