A simple object containing the name of the template.

Export

SolicitationsAction

interface SolicitationsAction {
    name: string;
}

Properties

Properties

name: string

Memberof

SolicitationsAction