interface IMessageTemplate {
    connection: IConnection;
    email?: any;
    id: string;
    key: string;
    name: string;
    references: string[];
    sectors: string[];
    type: TemplateStatus;
    whatsapp?: any;
}

Properties

connection: IConnection
email?: any
id: string
key: string
name: string
references: string[]
sectors: string[]
whatsapp?: any