zibri
Preparing search index...
entity/models/base-entity.model
BaseEntity
Type Alias BaseEntity
A base entity that all db entities need to implement.
type
BaseEntity
=
{
id
:
string
;
}
Implemented by
CronJobEntity
Email
JwtRefreshToken
Log
MailingList
MailingListSubscriber
MailingListSubscriptionConfirmationToken
MigrationEntity
PasswordResetToken
Index
Properties
id
Properties
id
id
:
string
The id of the entity.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
zibri
Loading...
A base entity that all db entities need to implement.