UNPKG

minapp-fetch

Version:
4 lines (3 loc) 185 B
import { IUpdateParams, ICurrentUser } from './index'; declare function fetchCurrentUserUpdate(params?: IUpdateParams): Promise<ICurrentUser>; export default fetchCurrentUserUpdate;