Options
All
  • Public
  • Public/Protected
  • All
Menu

opa-compile-response-parser - v2.0.0

Index

Type Aliases

RegoOperatorAstString: keyof typeof RegoOperators
RegoOperatorString: typeof RegoOperators[RegoOperatorAstString]
RegoTermValue: RegoRef | RegoValue
RegoValue: string | boolean | number | any[] | Record<string, any>

Variables

RegoOperators: { eq: "="; equal: "="; gt: ">"; gte: ">="; lt: "<"; lte: "<="; neq: "!=" } = ...

Type declaration

  • eq: "="
  • equal: "="
  • gt: ">"
  • gte: ">="
  • lt: "<"
  • lte: "<="
  • neq: "!="

Functions

  • unknown2Ref(unknown: string): string

Generated using TypeDoc