---
url: /reference/api/TypeAlias.WithEnabled.md
---
# Type Alias: WithEnabled\<T>

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

Defined in: [src/config/types.ts:141](https://github.com/rolldown/tsdown/blob/eb40c95efdf7f98d0aa7b0178a3b7322986bd419/src/config/types.ts#L141)

## Type Parameters

### T

`T`
