AllowedTypesUnsafe TypeAlias
Unenforced version of AllowedTypes.
This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.
For more information about our API support guarantees, see here.
Signature
export type AllowedTypesUnsafe = readonly LazyItem<TreeNodeSchemaUnsafe>[];
Remarks
Do not use this type directly: it is only needed in the implementation of generic logic which define recursive schema, not when using recursive schema.