Skip to content

Type Alias: TypeConfig

TypeConfig = object

Defined in: packages/fate/src/types.ts:117

Configuration for a server entity type used by the client cache.

Properties

fields?

optional fields?: Record<string, RelationDescriptor>

Defined in: packages/fate/src/types.ts:118


getId

getId: (record) => string | number

Defined in: packages/fate/src/types.ts:119

Parameters

record

unknown

Returns

string | number


type

type: string

Defined in: packages/fate/src/types.ts:120

Released under the MIT License