ResultFormat type

Defines values for ResultFormat. Possible values include: 'table', 'objectArray'

type ResultFormat = "table" | "objectArray"