Interface RaainApiRainsCumulativesCreateResponse

interface RaainApiRainsCumulativesCreateResponse {
    postJobId: string;
    getJobId: string;
    groundJobIds?: string[];
    cumulativeWindowInMinutes: number;
}

Properties

postJobId: string
getJobId: string
groundJobIds?: string[]
cumulativeWindowInMinutes: number