UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 228 B
/** Log line */ export interface LogLine { /** Content of the log */ content: string; /** Id of the log */ id: number; /** Datetime of the log */ timestamp: string; } //# sourceMappingURL=LogLine.d.ts.map