UNPKG

wft-geodb-angular-client

Version:
9 lines (8 loc) 287 B
import { FindCollectionRequest } from './find-collection-request.model'; export interface FindRegionsRequest extends FindCollectionRequest { countryId: string; namePrefix?: string; namePrefixDefaultLangResults?: boolean; asciiMode?: boolean; languageCode?: string; }