Interface PostEmailTemplateResponse

interface PostEmailTemplateResponse {
    email_template_id: string;
    errors?: string[];
    message: string;
}

Hierarchy

  • ServerResponse
    • PostEmailTemplateResponse

Properties

email_template_id: string
errors?: string[]
message: string