Skip to content

xdash API Reference v0.5.14


xdash API Reference / ExcludeProperties

Type Alias: ExcludeProperties<T, U>

ExcludeProperties<T, U> = { [Property in Exclude<keyof T, keyof U>]?: never }

Defined in: src/types.ts:74

Type Parameters

T

T

U

U

Released under the MIT License.