Skip to main content

TypeScript shape

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