1 | import { RemoteRepoRef } from "@atomist/automation-client/lib/operations/common/RepoId";
|
2 | import * as schema from "../../typings/types";
|
3 | import { ListenerInvocation, SdmListener } from "./Listener";
|
4 | export interface UserJoiningChannelListenerInvocation extends ListenerInvocation {
|
5 | joinEvent: schema.OnUserJoiningChannel.UserJoinedChannel;
|
6 | |
7 |
|
8 |
|
9 | repos: RemoteRepoRef[];
|
10 | }
|
11 |
|
12 |
|
13 |
|
14 | export declare type UserJoiningChannelListener = SdmListener<UserJoiningChannelListenerInvocation>;
|
15 |
|
\ | No newline at end of file |