Type Alias: View<T, S>
View<
T,S> =Readonly<{[viewTag:`__fate-view__${string}`]:Readonly<{[ViewKind]:true;select:S; }>; }> &__ViewEntityAnchor<T> &__ViewSelectionAnchor<S>
Defined in: packages/fate/src/types.ts:203
Definition of a view over an entity type, including the selection of fields.
Type Parameters
T
T extends Entity