@arc-publishing/sdk-identity
Version:
JS Identity SDK for working with Identity API
5 lines (4 loc) • 315 B
TypeScript
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>;