Interface CheckUsernameFreeResponse

interface CheckUsernameFreeResponse {
    available: boolean;
    existing_user_password: boolean;
    status: string;
    username: string;
}

Properties

available: boolean
existing_user_password: boolean
status: string
username: string