Condividi tramite


SqlRuleAction type

Rappresenta tutti i campi possibili in SqlRuleAction

type SqlRuleAction = {
  sqlExpression?: string
  sqlParameters?: { [key: string]: string | number | boolean }
}