Skip to main content

TypeScript shape

interface OneOfNumberConditionInput {
  oneOf: number[];
}
oneOf
[Int!]!
required
List of integers; matches if the value is in this list.