foundry-vtt-types
foundry-vtt-types copied to clipboard
Allow interior `SchemaField` and `EmbeddedDataField` instances to take `undefined` or `null` if they can be initialized
- [ ] The
darkness
field infoundry.documents.BaseAmbientSound
is a SchemaField that is not required and can be safely initialized from a value of an explicitundefined
ornull
, but currently errors in the tests - [ ] The
texture
field offoundry.documents.BaseNote
is an EmbeddedDataField that is not required and can be safely initialized from a value of an explicitundefined
ornull
, but currently errors in the tests