Type alias EmailTemplateList

EmailTemplateList: {
    object_count?: number;
    page_count?: number;
    templates?: EmailTemplateSchema[];
}

Type declaration

  • Optional object_count?: number
  • Optional page_count?: number
  • Optional templates?: EmailTemplateSchema[]