Skip to content

Commit

Permalink
Add missing class
Browse files Browse the repository at this point in the history
  • Loading branch information
pkukielka committed Nov 6, 2024
1 parent c1eff0b commit 23d0dd9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@file:Suppress("FunctionName", "ClassName", "unused", "EnumEntryName", "UnusedImport")
package com.sourcegraph.cody.agent.protocol_generated;

typealias DebugMessageLogLevel = String // One of: trace, debug, info, warn, error

0 comments on commit 23d0dd9

Please sign in to comment.