RegistryViews
RegistryViews<
TRegistry> ={ [TKey in keyof TRegistry as TRegistry[TKey] extends { view: AnyPgView } ? TKey : never]: NonNullable<TRegistry[TKey]["view"]> }
Defined in: packages/contracts/src/registry.ts:472
Type Parameters
Section titled “Type Parameters”TRegistry
Section titled “TRegistry”TRegistry extends SyncTableRegistry