OBJECT

PresignDevInsightsReportURLPayload

URL info that can be used to upload the image.

link GraphQL Schema definition

1type PresignDevInsightsReportURLPayload {
2
3# URL to be used by the client to download the CSV report.
4# Expires in 5 minutes.
5url: String
6
7}