UNPKG

@adaskothebeast/ngxs-signalr-plugin

Version:
8 lines (7 loc) 245 B
/** * This error is thrown where there is no `type` (or custom `typeKey`) property * on the message that came from the server side socket */ export declare class TypeKeyPropertyMissingError extends Error { constructor(typeKey: string); }