Skip to content

Documentation / @warp-drive/core / types/spec/json-api-raw / SingleResourceDocument

Type Alias: SingleResourceDocument<T>

ts
type SingleResourceDocument<T> = Document & object;

Defined in: core/src/types/spec/json-api-raw.ts:148

Type declaration

data

ts
data: ExistingResourceObject<T>;

Type Parameters

T

T extends string = string

Released under the MIT License.