UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 199 B
/** List of privatesql OOM kill */ export interface Oom { /** Date of the OOM kill */ date: string; /** Memory size reached */ sizeReached: number; } //# sourceMappingURL=Oom.d.ts.map