Skip to content

Type Alias: ViewEntityName<V>

ViewEntityName<V> = ViewEntity<V>["__typename"] & string

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

Name of the entity type captured from a view definition.

Type Parameters

V

V

Released under the MIT License