简体中文
外观
type WithEnabled<T> = boolean | undefined | CIOption | (T & object)
Defined in: src/config/types.ts:158
T