Interface CheckUsernameBusyResponse

interface CheckUsernameBusyResponse {
    available: boolean;
    error: string;
    error_type: string;
    existing_user_password: boolean;
    status: string;
    username: string;
    username_suggestions: CheckUsernameBusyResponseUsername_suggestions;
}

Properties

available: boolean
error: string
error_type: string
existing_user_password: boolean
status: string
username: string