export interface MapQuery { paasId: string; paasToken: string; serviceCode: string; url: string; REQUEST: string; SERVICE: string; } export interface PointType { name: string; path: string; component: string; checked?: boolean; checked2?: boolean; }