UNPKG

@brewww/authentication-service

Version:
5 lines (4 loc) 178 B
import { ErrorExtensions, ExtendedError } from "../dto"; export declare class ActiveResetPasswordRequestExistsError extends ExtendedError<ErrorExtensions> { constructor(); }