UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 262 B
/** Callback url for each event */ export interface EventCallback { /** Email notification address in case of url calling failure */ emailError?: string; /** Url called for each event */ url?: string; } //# sourceMappingURL=EventCallback.d.ts.map