Created
February 20, 2020 07:46
-
-
Save guillaumewuip/e0527c9b0e9125f08bdb0d8bde096388 to your computer and use it in GitHub Desktop.
How to model your entities - 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Message.ts | |
export type Message = TextMessage | ImageMessage | AudioMessage; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment