Interface LaunchReportExportVariables

interface LaunchReportExportVariables {
    artifactCsvSubtype?: string;
    artifactPdfSubtype?: string;
    assetVersionId?: string;
    productCsvSubtype?: string;
    productId?: string;
}

Properties

artifactCsvSubtype?: string
artifactPdfSubtype?: string
assetVersionId?: string
productCsvSubtype?: string
productId?: string