UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 294 B
/** A log entry for a specific server */ export interface PublicLogEntry { /** Timestamp logged */ datetime: string; /** Short text describing the entry */ resume: string; /** Name of the dedicated server */ server: string; } //# sourceMappingURL=PublicLogEntry.d.ts.map