A simple object containing the name of the template.

Export

MessagingAction

interface MessagingAction {
    name: string;
}

Properties

Properties

name: string

Memberof

MessagingAction