> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# OneOfNumberCondition

> Membership match: matches if the value is one of the listed integers.

### TypeScript shape

```ts theme={null}
interface OneOfNumberCondition {
  oneOf: number[];
}
```

<ResponseField name="oneOf" type="[Int!]!">List of integers; matches if the value is in this list.</ResponseField>
