interface MeasureIds {
    count: number;
    ids: string[];
    target: string;
    time: string;
    type: "ids";
}

Properties

Properties

count: number
ids: string[]
target: string
time: string
type