UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

15 lines (14 loc) 337 B
import Notification from './Notification'; /** * @export * @class EmailNotification */ export declare class EmailNotification extends Notification { /** * @type {string[]} * @memberof EmailNotification */ emails?: string[]; constructor(obj?: Partial<EmailNotification>); } export default EmailNotification;