UNPKG

wft-geodb-angular-client

Version:
15 lines (14 loc) 497 B
import { FindCollectionRequest } from './find-collection-request.model'; export interface FindAdminDivisionsRequest extends FindCollectionRequest { countryIds?: Array<string>; excludedCountryIds?: Array<string>; minPopulation?: number; maxPopulation?: number; namePrefix?: string; namePrefixDefaultLangResults?: boolean; timeZoneIds?: Array<string>; asciiMode?: boolean; languageCode?: string; sortDirectives?: Array<string>; includeDeleted?: string; }