Hierarchy

  • BaseMongoEntity
    • SubscriptionEntity

Implements

Constructors

Properties

approved: boolean

Subscription approval

customFields?: Record<string, unknown>

Custom fields

organizationId?: string

Organization subscribed to subscription

permissions: string[]

Permissions granted to the user

subscribedAt: Date

DateTime message was subscribed at

subscriptedAt: string

Message subscripted at

Deprecated

Use subscribedAt instead

topicId: string

Topic ID of the message

userId?: string

ID of the user for this subscription. Either this or organizationId must be provided

Generated using TypeDoc