Skip to main content

Variable.UntpIdGranularity

const UntpIdGranularity: {
Batch: "batch";
Item: "item";
Model: "model";
};

Type Declaration

Batch

readonly Batch: "batch";

Item

readonly Item: "item";

Model

readonly Model: "model";