Skip to main content

TypeScript shape

interface StringEqualsConditionInput {
  eq: string;
}
eq
String!
required
String value to match exactly.