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>; } Type declaration
Optional
defaultLocale?: string
Optional
displayName?: string
Optional
enabled?: boolean
from: string
Optional
html?: Record<string, string>
Optional
message?: Record<string, string>
subject: Record<string, string>