Skip to content

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

Type Alias: CollectionResourceDocument<T>

ts
type CollectionResourceDocument<T> = Document & object;

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

Type declaration

data

ts
data: ExistingResourceObject<T>[];

Type Parameters

T

T extends string = string

Released under the MIT License.