UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 189 B
/** Log line */ export interface LogLine { /** Content of the log */ content?: string; /** Datetime of the log */ timestamp?: string; } //# sourceMappingURL=LogLine.d.ts.map