Skip to content

Documentation / @ember-data/request / index / StructuredDocument

Type Alias: StructuredDocument<T>

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

Defined in: warp-drive-packages/core/declarations/types/request.d.ts:213

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.