mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Export interface
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@ export as namespace Channel;
|
||||
|
||||
export function build(config: ChannelConfiguration): MessagingChannel;
|
||||
|
||||
interface MessagingChannel {
|
||||
export interface MessagingChannel {
|
||||
unbind: (method: string, doNotPublish?: boolean) => boolean;
|
||||
bind: (method: string, callback?: (transaction: MessageTransaction, params: any) => void, doNotPublish?: boolean) => MessagingChannel;
|
||||
call: (message: Message) => void;
|
||||
|
||||
Reference in New Issue
Block a user