API Reference
Rockets Core API
nestjs-invitation
classes
InvitationPostgresEntity

Class: abstract InvitationPostgresEntity

Audit Postgres Embed

Extends

Implements

  • InvitationEntityInterface

Constructors

new InvitationPostgresEntity()

new InvitationPostgresEntity(): InvitationPostgresEntity

Returns

InvitationPostgresEntity

Inherited from

CommonPostgresEntity.constructor

Properties

PropertyTypeDescriptionInherited from
activeboolean--
categorystring--
codestring--
constraints?LiteralObject--
dateCreatedDateDate created.InvitationEntityInterface.dateCreated CommonPostgresEntity.dateCreated
dateDeletedAuditDateDeletedDate deleted.InvitationEntityInterface.dateDeleted CommonPostgresEntity.dateDeleted
dateUpdatedDateDate updated.InvitationEntityInterface.dateUpdated CommonPostgresEntity.dateUpdated
emailstring--
idstring-InvitationEntityInterface.id CommonPostgresEntity.id
userReferenceIdInterface<string>--
versionnumberVersionInvitationEntityInterface.version CommonPostgresEntity.version