Type alias LogEntry

LogEntry: {
    created_at: string;
    labels: object;
    msg: string;
}

Type declaration

  • created_at: string
  • labels: object
  • msg: string