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'