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;