interface UpdatePoiConfigRequest {
    id: string;
    pOIConfigUpdateSchema: POIConfigUpdateSchema;
}

Properties

id: string
pOIConfigUpdateSchema: POIConfigUpdateSchema