Interface NotificationEmitterInput

interface NotificationEmitterInput {
    channel: NotificationChannel;
    representation: Representation;
}

Properties

representation: Representation