UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (9 loc) 303 B
import { DbaasLogsStreamRuleOperatorEnum } from './DbaasLogsStreamRuleOperatorEnum.js'; type DbaasLogsStreamRule = { field?: string; isInverted?: boolean | null; operator?: DbaasLogsStreamRuleOperatorEnum | null; ruleId?: string; value?: string; }; export { DbaasLogsStreamRule };