原始输入的户型图数据

interface FloorplanServerData {
    computed_data: FloorplanServerComputedData;
    outlines: FloorplanServerOutlineItem[];
}

Properties