Variable LAUNCH_CYCLONEDX_EXPORTConst

LAUNCH_CYCLONEDX_EXPORT: {
    mutation: string;
    variables: ((cdxSubtype: string, assetVersionId: string) => {
        assetVersionId: string;
        cdxSubtype: string;
    });
} = ...