@proto-kit/sequencer • Docs
Documentation / @proto-kit/sequencer / PickByType
Type Alias: PickByType<Type, Value>
PickByType<
Type,Value>: { [Key in keyof Type as Type[Key] extends Value | undefined ? Key : never]: Type[Key] }
Type Parameters
• Type
• Value
Defined in
packages/sequencer/src/helpers/query/QueryBuilderFactory.ts:18