Response schema.

Export

GetReportDocumentResponse

interface GetReportDocumentResponse {
    errors?: Error[];
    payload?: ReportDocument;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetReportDocumentResponse

payload?: ReportDocument

Memberof

GetReportDocumentResponse