interface ContinuationPointData {
    dataValues: DataValue[];
}

Properties

Properties

dataValues: DataValue[]