interface LayerInfo {
    type: number;
    jsondata: string;
}

Properties

Properties

type: number
jsondata: string