UNPKG

@atomist/sample-sdm

Version:

Sample Atomist automation for software delivery

10 lines (9 loc) 291 B
import { EditorRegistration } from "@atomist/sdm"; export declare class AddSentryParams { dsn: string; } /** * Command to add Sentry support to the current project * @type {HandleCommand<EditOneOrAllParameters>} */ export declare const AddSentry: EditorRegistration<AddSentryParams>;