You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{SES}from'cloudform'import{TemplateInner}from'cloudform-types/types/ses/template'{SesTemplate: newSES.Template({Template: (()=>{consttemplate: TemplateInner={HtmlPart: 'String',SubjectPart: 'String',TemplateName: 'String',TextPart: 'String',}returntemplateasSES.Template// This cast is due to incorrect types in cloudform.})(),}),}
The text was updated successfully, but these errors were encountered:
This line should reference
TemplateInner
defined in line 3, but instead referencesTemplate
.Expected usage:
Actual usage:
The text was updated successfully, but these errors were encountered: