Skip to content

Type Alias: TypeConfig

TypeConfig = object

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

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:107


getId()

getId: (record) => string | number

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

Parameters

record

unknown

Returns

string | number


type

type: string

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

Released under the MIT License