Type Alias: WithEnabled<T>
ts
type WithEnabled<T> = boolean | undefined | CIOption | (T & object)Defined in: src/config/types.ts:100
Type Parameters
T
T
type WithEnabled<T> = boolean | undefined | CIOption | (T & object)Defined in: src/config/types.ts:100
T