UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 429 B
/** Types of statistics available for a line. */ export var LineNotificationsLogsFrequencyEnum; (function (LineNotificationsLogsFrequencyEnum) { LineNotificationsLogsFrequencyEnum["Never"] = "Never"; LineNotificationsLogsFrequencyEnum["Once a day"] = "Once a day"; LineNotificationsLogsFrequencyEnum["Twice a day"] = "Twice a day"; })(LineNotificationsLogsFrequencyEnum || (LineNotificationsLogsFrequencyEnum = {}));