/** * This is auto-generated file, don't modify this file manually */ export interface WallGeo { /** * Coordinates as string. */ coordinates?: string; /** * Information whether a map is showed */ showmap?: number; /** * Place type */ type?: 'place' | 'point'; }