Udostępnij za pośrednictwem


SqlRuleAction type

Reprezentuje wszystkie możliwe pola w usłudze SqlRuleAction

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