# ConditionSelector

`import { ConditionSelector } from "destack:runtime";`

Runtime condition selector.

```ds title="ConditionSelector"
export struct ConditionSelector {
    includes: [string];
    excludes: [string];
}
```

[language/library/src/runtime/policy.ds:23:28](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/policy.ds#L23-L28)

## Members

### `includes: [string]`

Exact values that must be active.

### `excludes: [string]`

Values that must not be active.
