跳到正文

Type Alias: WithEnabled<T>

ts
type WithEnabled<T> = boolean | undefined | CIOption | (T & object)

Defined in: src/config/types.ts:100

Type Parameters

T

T

Released under the MIT License.