Skip to content

Instantly share code, notes, and snippets.

@guillaumewuip
Created February 20, 2020 07:46
Show Gist options
  • Save guillaumewuip/e0527c9b0e9125f08bdb0d8bde096388 to your computer and use it in GitHub Desktop.
Save guillaumewuip/e0527c9b0e9125f08bdb0d8bde096388 to your computer and use it in GitHub Desktop.
How to model your entities - 2
// 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