Interface LaunchReportExport

interface LaunchReportExport {
    mutation: ((assetVersionId?: string, productId?: string, reportType?: string, reportSubtype?: string) => string);
    variables: ((assetVersionId?: string, productId?: string, reportType?: string, reportSubtype?: string) => LaunchReportExportVariables);
}

Properties

Properties

mutation: ((assetVersionId?: string, productId?: string, reportType?: string, reportSubtype?: string) => string)
variables: ((assetVersionId?: string, productId?: string, reportType?: string, reportSubtype?: string) => LaunchReportExportVariables)