LogoRobo.js
Framework

SelectClause<T>

Type Alias: SelectClause<T>

type SelectClause<T> = Partial<Record<keyof T, boolean>>;

Select clause for projection.

Type Parameters

Type Parameter
T

On this page