Skip to content

Commit

Permalink
Update src/message.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Kerrick <me@kerricklong.com>
  • Loading branch information
maxbogue and Kerrick authored Nov 28, 2018
1 parent 7d71712 commit 0d883f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ abstract class Message {
) {}
}

export interface JSONifiedMessage {
export interface JSONableMessage {
readonly namespace?: string;
readonly data?: Stringifyable;
readonly id?: number;
Expand Down

0 comments on commit 0d883f6

Please sign in to comment.