UNPKG

@arc-publishing/sdk-identity

Version:
3 lines (2 loc) 190 B
import { APIErrorResponse } from '../serviceHelpers/APIErrorResponse'; export default function updatePassword(oldPassword: string, newPassword: string): Promise<boolean | APIErrorResponse>;