Modifiable<T>
Represents the type for a modifiable entry from a Collection
This type was introduced in version 2.11.0.
By using this type in type assertions, it ensures that your code has the correct typings, allowing you to modify an entry's data directly and then to use the new Data
#save
method.
TypeScript declaration:
Example TypeScript usage:
Last updated