diff --git a/node-wit/index.d.ts b/node-wit/index.d.ts index 52c7a67890..511fde0913 100644 --- a/node-wit/index.d.ts +++ b/node-wit/index.d.ts @@ -12,10 +12,10 @@ export namespace log { constructor(lvl: string); } - const DEBUG; - const INFO; - const WARN; - const ERROR; + const DEBUG: string; + const INFO: string; + const WARN: string; + const ERROR: string; } export interface WitEntityValue {