interface PublishResponseContext {
    nextRelease?: NextRelease;
}

Properties

Properties

nextRelease?: NextRelease