UNPKG

358 BTypeScriptView Raw
1import { EventFired, HandleEvent, HandlerContext, HandlerResult } from "@atomist/automation-client/Handlers";
2import * as graphql from "../typings/types";
3export declare class NotifyOnPush implements HandleEvent<graphql.PushWithRepo.Subscription> {
4 handle(e: EventFired<graphql.PushWithRepo.Subscription>, ctx: HandlerContext): Promise<HandlerResult>;
5}