UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 289 B
/** Types of statistics available for the database */ export var StatisticsTypeEnum; (function (StatisticsTypeEnum) { StatisticsTypeEnum["statement"] = "statement"; StatisticsTypeEnum["statementMeanTime"] = "statementMeanTime"; })(StatisticsTypeEnum || (StatisticsTypeEnum = {}));