aspnetcore/client-ts/Microsoft.AspNetCore.Signal.../Common.ts

4 lines
167 B
TypeScript

export declare type DataReceived = (data: any) => void;
export declare type ErrorHandler = (e: any) => void;
export declare type ConnectionClosed = (e?: any) => void;