UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

18 lines 433 B
/** A structure describing all information about templates informations */ export interface Templates { /** */ customizedEmailMode: boolean; /** */ customizedSmsMode: boolean; /** */ emailBody?: string; /** */ emailFrom?: string; /** */ emailSubject?: string; /** */ smsBody?: string; /** */ time2chatAutomaticResponse?: string; } //# sourceMappingURL=Templates.d.ts.map