We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45deaaa commit 6f0ec60Copy full SHA for 6f0ec60
dist/index.d.ts
@@ -65,6 +65,7 @@ interface StringField {
65
readonly pattern?: string;
66
readonly enum?: readonly string[];
67
readonly default?: string;
68
+ readonly __stringField: unique symbol;
69
}
70
71
interface SchemaFieldMap {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@typematter/schema",
3
- "version": "0.0.1-next.3",
+ "version": "0.0.1-next.4",
4
"description": "Simple schema.",
5
"private": false,
6
"type": "module",
0 commit comments