UNPKG

@brewww/authentication-service

Version:
5 lines (4 loc) 181 B
import { AuthenticationAction } from "../../enum"; export declare class OtpEmailTemplateNotFoundError extends Error { constructor(authenticationAction: AuthenticationAction); }