Interface NotificationSerializerInput

interface NotificationSerializerInput {
    channel: NotificationChannel;
    notification: Notification;
}

Properties

notification: Notification