From 4c9da16e8ef4014947a98b22da5cbabbe31c029a Mon Sep 17 00:00:00 2001 From: Hero Protagonist Date: Thu, 26 Dec 2024 13:19:30 -0300 Subject: [PATCH] fix: update type import Co-authored-by: KnorpelSenf --- src/command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.ts b/src/command.ts index fc6f900..5cdc286 100644 --- a/src/command.ts +++ b/src/command.ts @@ -12,7 +12,7 @@ import { type LanguageCode, type Middleware, type MiddlewareObj, - NextFunction, + type NextFunction, } from "./deps.deno.ts"; import type { CommandOptions } from "./types.ts"; import { ensureArray, type MaybeArray } from "./utils/array.ts";