TDistributedOmit
Bun

type

DistributedOmit

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