Interface DataPointSubscriptionByIdsQuery

interface DataPointSubscriptionByIdsQuery {
    ignoreUnknownIds?: boolean;
    items: {
        externalId: string;
    }[];
}

Hierarchy (view full)

Properties

ignoreUnknownIds?: boolean

Ignore IDs and external IDs that are not found

false
items: {
    externalId: string;
}[]