Alokai

AreaInput

AreaInput defines the parameters which will be used for filter by specified location.

type AreaInput = {
  radius: Scalars['Int']['input']; /** The country code where search must be performed. Required parameter together with region, city or postcode. */
  search_term: Scalars['String']['input'];
};

Referenced Types

On this page