Pular para o conteúdo principal

EntityReference

@raizfc/contracts


@raizfc/contracts / EntityReference

Type Alias: EntityReference<TType>

EntityReference<TType> = Readonly<{ id: ID; type: TType; }>

Defined in: base.ts:12

Type Parameters

TType

TType extends string = string