Package version:

Interface Locations

Interface representing a Locations.

interface Locations {
    checkNameAvailability(body, options?): Promise<CheckNameAvailabilityResponse>;
}

Methods