Class to obtain the Notification template.

interface NotificationTemplate {
    jsonString: string;
}

Properties

Properties

jsonString: string