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