UNPKG

@arc-publishing/sdk-identity

Version:
7 lines (6 loc) 356 B
import { APIErrorResponse } from '../serviceHelpers/APIErrorResponse'; import { SignUpResponse, SignUpProfile } from './userProfile'; export default function signUp(identity: { userName: string; credentials: string; }, profile: SignUpProfile, _?: boolean, rememberMe?: boolean, recaptchaToken?: string): Promise<APIErrorResponse | SignUpResponse>;