> ## 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.

# OneOfNumberConditionInput

> Membership match on one of several integers (input form).

### TypeScript shape

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

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