Interface DatapointsInsertById

interface DatapointsInsertById {
    datapoints: DatapointWrite[];
    id: number;
}

Hierarchy (view full)

Properties

Properties

datapoints: DatapointWrite[]
id: number