EntryData
EntryData is a type that represents the data of an entry. It is used in the Collection class to specify the data of an entry, for example.
Type Definition
type EntryData = {
[string]: any
}
EntryData is a type that represents the data of an entry. It is used in the Collection class to specify the data of an entry, for example.
type EntryData = {
[string]: any
}