We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b18598 + 09eb106 commit b091d45Copy full SHA for b091d45
lib/index.d.ts
@@ -48,7 +48,7 @@ export type OutputUnit = {
48
49
export const FLAG: "FLAG";
50
51
-export type OutputFormat = "FLAG" | "BASIC" | "DETAILED" | "VERBOSE";
+export type OutputFormat = "FLAG" | "BASIC" | "DETAILED";
52
53
export const setMetaSchemaOutputFormat: (format: OutputFormat) => void;
54
export const getMetaSchemaOutputFormat: () => OutputFormat;
0 commit comments