UNPKG

pusher-js

Version:

Pusher JavaScript library for browser, React Native, NodeJS and web workers

10 lines (8 loc) 161 B
export interface AuthOptions { params: any; headers : any; } export interface AuthorizerOptions { authTransport: "ajax" | "jsonp"; auth: AuthOptions; }