UNPKG

@arc-publishing/sdk-identity

Version:
5 lines (4 loc) 315 B
import { APIErrorResponse } from '../serviceHelpers/APIErrorResponse'; import { UserProfile } from './userProfile'; export declare function uploadAvatar(inputField: HTMLInputElement | string): Promise<UserProfile | APIErrorResponse>; export declare function deleteAvatar(): Promise<UserProfile | APIErrorResponse>;