Skip to content

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

Type Alias: EmptyResourceDocument

ts
type EmptyResourceDocument = Document & object;

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

Type declaration

data

ts
data: null;

Released under the MIT License.