Ref

Type Alias: Ref<T>

ts
type Ref<T> = RefProxyFor<T>;
type Ref<T> = RefProxyFor<T>;

Defined in: packages/db/src/query/builder/types.ts:144

Type Parameters

T