Skip to content

Documentation / @warp-drive/core / types/request / StructuredDocument

Type Alias: StructuredDocument<T>

ts
type StructuredDocument<T> = 
  | StructuredDataDocument<T>
| StructuredErrorDocument<T>;

Defined in: core/src/types/request.ts:240

A union of the resolve/reject data types for the Future returned by request

See also the docs for:

Type Parameters

T

T

Released under the MIT License.