Skip to content

Commit a552eb9

Browse files
committed
removed unused option
1 parent f88bff5 commit a552eb9

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/config.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,6 @@ export interface ValidationSchemaPluginConfig extends TypeScriptPluginConfig {
3838
* ```
3939
*/
4040
importFrom?: string;
41-
/**
42-
* @description Generates validation schema for generated `const enum`, you can read more about const enums here: https://www.typescriptlang.org/docs/handbook/enums.html.
43-
* @default false
44-
*
45-
* @exampleMarkdown
46-
* ```yml
47-
* generates:
48-
* path/to/file.ts:
49-
* plugins:
50-
* - typescript
51-
* - graphql-codegen-validation-schema
52-
* config:
53-
* constEnums: true
54-
* ```
55-
*/
56-
constEnums?: boolean;
5741
/**
5842
* @description Generates validation schema for enum as TypeScript `type`
5943
* @default false

0 commit comments

Comments
 (0)