Type Alias SendTemplateParams
SendTemplateParams: { examples?: { body: string[] | null; footer: string[] | null; header: string[] | null; }; file?: MessageFile; sector?: string; template: string;} Type declaration
Optionalexamples?: { body: string[] | null; footer: string[] | null; header: string[] | null }
Optionalsector?: string
template: string