Partilhar via


QueryExecutionType type

Define valores para QueryExecutionType.

type QueryExecutionType =
  | "any"
  | "regular"
  | "irregular"
  | "aborted"
  | "exception"