@brewww/authentication-service
Version:
Authenticator service for Brew projects.
11 lines (10 loc) • 425 B
TypeScript
export declare class TemplateService {
DEFAULT_LOCALE: string;
getLoginOtpEmailTemplate(locale: string): string;
getLoginOtpSmsTemplate(locale: string): string;
getResetPasswordEmailTemplate(locale: string): string;
getSignupOtpEmailTemplate(locale: string): string;
getSignUpOtpSmsTemplate(locale: string): string;
injectData<T>(htmlTemplate: string, data: T): string;
private getTemplate;
}