UNPKG

@brewww/authentication-service

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