Skip to main content

NotificationReferenceType

Source: lyda-shared/src/Enums/NotificationReferenceType.ts

NotificationReferenceType

Represents the different types of notification references. These are actually stored in the message.

Type: enum

export enum NotificationReferenceType {
user = "u",
track = "t",
album = "a",
playlist = "p"
}