interface MapFishPrintReportResponse {
    downloadURL: string;
    ref: string;
    statusURL: string;
}

Properties

downloadURL: string
ref: string
statusURL: string