Skip to content

xdash API Reference v0.5.14


xdash API Reference / OneOf

Type Alias: OneOf<T, K>

OneOf<T, K> = { [Property in K]: Pick<T, Property> & Partial<Record<Exclude<K, Property>, never>> }[K]

Defined in: src/types.ts:82

Type Parameters

T

T

K

K extends keyof T

Released under the MIT License.