Type Alias EmailTemplateSkeleton

EmailTemplateSkeleton: IdObjectSkeletonInterface & {
    defaultLocale?: string;
    displayName?: string;
    enabled?: boolean;
    from: string;
    html?: Record<string, string>;
    message?: Record<string, string>;
    subject: Record<string, string>;
}