Skip to content

Commit b091d45

Browse files
authored
Merge pull request #89 from baywet/patch-1
fix: Remove 'VERBOSE' from OutputFormat type in outdated type definition
2 parents 4b18598 + 09eb106 commit b091d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export type OutputUnit = {
4848

4949
export const FLAG: "FLAG";
5050

51-
export type OutputFormat = "FLAG" | "BASIC" | "DETAILED" | "VERBOSE";
51+
export type OutputFormat = "FLAG" | "BASIC" | "DETAILED";
5252

5353
export const setMetaSchemaOutputFormat: (format: OutputFormat) => void;
5454
export const getMetaSchemaOutputFormat: () => OutputFormat;

0 commit comments

Comments
 (0)