From 258e5c7a2f10bcbafb2e4fdcfeb677cbb1984fe6 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Sat, 29 Nov 2025 20:18:08 +0000 Subject: [PATCH] export VerboseOption --- types/verbose.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/verbose.d.ts b/types/verbose.d.ts index 28ad4bdf66..4f9b8670a3 100644 --- a/types/verbose.d.ts +++ b/types/verbose.d.ts @@ -2,7 +2,7 @@ import type {FdGenericOption} from './arguments/specific.js'; import type {Options, SyncOptions} from './arguments/options.js'; import type {Result, SyncResult} from './return/result.js'; -type VerboseOption = FdGenericOption< +export type VerboseOption = FdGenericOption< | 'none' | 'short' | 'full'