Skip to content

Commit 43e00d8

Browse files
committed
fixed README for notAllowEmptyString option
1 parent 9a54d8d commit 43e00d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ type: `boolean` default: `false`
8585

8686
Generates enum as TypeScript `type` instead of `enum`.
8787

88+
### `notAllowEmptyString`
89+
90+
type: `boolean` default: `false`
91+
92+
Generates validation string schema as do not allow empty characters by default.
93+
8894
### `directives`
8995

9096
type: `DirectiveConfig`

0 commit comments

Comments
 (0)