UNPKG

minapp-fetch

Version:
5 lines (4 loc) 122 B
declare function fetchPasswordReset(params: { email: string; }): Promise<any>; export default fetchPasswordReset;