UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 275 B
import { LineNotificationsLogsOptions } from './LineNotificationsLogsOptions'; /** */ export interface LineNotificationsOptions { /** Error logging notifications options */ logs?: LineNotificationsLogsOptions; } //# sourceMappingURL=LineNotificationsOptions.d.ts.map