Skip to main content

TypeScript shape

interface IntEqualsCondition {
  eq: number;
}
eq
Int!
Integer value to match exactly.