All Entities
Entity Documentation
Interfaces are written in TypeScript.
Properties ending with ?
are optional.
AbstractEntity
Theoretically, all Entities should extend the following Interface. In practice, some do not.
interface AbstractEntity {
id: string
createdAt?: any
modifiedAt?: any
}