UNPKG

461 BTypeScriptView Raw
1import * as schema from "../../typings/types";
2import { IssueListenerInvocation } from "./IssueListenerInvocation";
3import { SdmListener } from "./Listener";
4/**
5 * Invocation on an updated issue
6 */
7export interface UpdatedIssueListenerInvocation extends IssueListenerInvocation {
8 issue: schema.OnIssueAction.Issue;
9}
10export declare type UpdatedIssueListener = SdmListener<UpdatedIssueListenerInvocation>;
11//# sourceMappingURL=UpdatedIssueListener.d.ts.map
\No newline at end of file