Skip to content

Instantly share code, notes, and snippets.

@AlexDaSoul
Last active July 3, 2018 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexDaSoul/4f04772d1f4bbdc6cd4ef97a62ddd25e to your computer and use it in GitHub Desktop.
Save AlexDaSoul/4f04772d1f4bbdc6cd4ef97a62ddd25e to your computer and use it in GitHub Desktop.
ws-7
export interface IWsMessage<T> {
event: string;
data: T;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment