UNPKG

620 BTypeScriptView Raw
1import { RemoteRepoRef } from "@atomist/automation-client/lib/operations/common/RepoId";
2import * as schema from "../../typings/types";
3import { ListenerInvocation, SdmListener } from "./Listener";
4export interface UserJoiningChannelListenerInvocation extends ListenerInvocation {
5 joinEvent: schema.OnUserJoiningChannel.UserJoinedChannel;
6 /**
7 * Any linked repo refs
8 */
9 repos: RemoteRepoRef[];
10}
11/**
12 * Respond to a user joining a channel
13 */
14export declare type UserJoiningChannelListener = SdmListener<UserJoiningChannelListenerInvocation>;
15//# sourceMappingURL=UserJoiningChannelListener.d.ts.map
\No newline at end of file