export interface GetPlaceDetailsRequest {
    placeId: string;
    asciiMode?: boolean;
    languageCode?: string;
}
