UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 254 B
/** Log subscription creation payload */ export interface LogSubscriptionCreation { /** Log kind name to subscribe to */ kind: string; /** Customer log stream ID */ streamId: string; } //# sourceMappingURL=LogSubscriptionCreation.d.ts.map