UNPKG

@brewww/authentication-service

Version:
6 lines (5 loc) 107 B
export declare class ResetPasswordRequest { email: string; newPassword: string; key: string; }