UNPKG

@arc-publishing/sdk-identity

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