mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Update Arbiter.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@
|
||||
|
||||
declare module ArbiterDef {
|
||||
export interface SubscribeHandler {
|
||||
(data?: any, message?: string, subscriber_context?: any): void;
|
||||
(data: any, message: string, subscriber_context: any): void;
|
||||
}
|
||||
|
||||
export interface SubscribeOptions {
|
||||
|
||||
Reference in New Issue
Block a user