DistributedOmit

TDistributedOmit
Bun

Symbol

DistributedOmit

type DistributedOmit<T, K extends PropertyKey> = T extends T ? Omit<T, K> : never