API Reference
Rockets Core API
nestjs-role
classes
RolePostgresEntity

Class: abstract RolePostgresEntity

Role Postgres Entity

Extends

Implements

Constructors

new RolePostgresEntity()

new RolePostgresEntity(): RolePostgresEntity

Returns

RolePostgresEntity

Inherited from

CommonPostgresEntity.constructor

Properties

PropertyTypeDescriptionInherited from
assigneesReferenceAssigneeInterface<ReferenceIdInterface<string>>[]Assignees You will need to decorate this in your concrete entity class.-
dateCreatedDateDate created.RoleEntityInterface.dateCreated CommonPostgresEntity.dateCreated
dateDeletedAuditDateDeletedDate deleted.RoleEntityInterface.dateDeleted CommonPostgresEntity.dateDeleted
dateUpdatedDateDate updated.RoleEntityInterface.dateUpdated CommonPostgresEntity.dateUpdated
descriptionstringDescription-
idstring-RoleEntityInterface.id CommonPostgresEntity.id
namestringName-
versionnumberVersionRoleEntityInterface.version CommonPostgresEntity.version