On this page

Type Alias DistributiveKeys<T>

DistributiveKeys: T extends T ? keyof T : never

A helper for type to omit a property from a type

Type Parameters

  • T
Was this helpful?
SDK JS
Reference
DistributiveKeys