interface RaainApiRainsGetCountsRequest {
    begin: string;
    range: "day" | "hour" | "month" | "year";
}

Properties

Properties

begin: string
range: "day" | "hour" | "month" | "year"