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.
1 parent cfa0d1e commit a7edfdbCopy full SHA for a7edfdb
docs/guides/typing-json.md
@@ -202,7 +202,8 @@ const profile = ProfileSchema.parse({
202
This feature is in preview and has the following limitations:
203
204
1. Types cannot inherit from other types.
205
-2. Models cannot inherit from types.
206
-3. JSON field members cannot be used in access policies.
+1. Models cannot inherit from types.
+1. Types and abstract models are conceptually similar and they should probably be consolidated.
207
+1. JSON field members cannot be used in access policies.
208
209
We would like to continue gathering feedback and address these limitations in future releases.
0 commit comments