UNPKG

@arc-publishing/sdk-identity

Version:
4 lines (3 loc) 243 B
import { APIErrorResponse } from '../serviceHelpers/APIErrorResponse'; import { UserProfile, BaseUserProfile } from './userProfile'; export default function updateUserProfile(profile: BaseUserProfile): Promise<UserProfile | APIErrorResponse>;