interface IntensityRequestReported {
    aggregation: undefined | "max" | "median";
    publicID: undefined | string;
    type: "reported";
}

Properties

aggregation: undefined | "max" | "median"
publicID: undefined | string
type: "reported"