UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 222 B
/** Types of statistics available for the database */ export declare enum StatisticsTypeEnum { 'statement' = "statement", 'statementMeanTime' = "statementMeanTime" } //# sourceMappingURL=StatisticsTypeEnum.d.ts.map