Last active
February 26, 2020 06:56
-
-
Save guillaumewuip/e7e51b0b3112f4206efbd298837c518b to your computer and use it in GitHub Desktop.
How to model your entities - 12
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
createText(text: string): TextMessage | |
text(message: TextMessage): string | |
createImage(url: string, description: string): ImageMessage | |
createAudio(url: string, description: string): AudioMessage | |
url(message: ImageMessage | AudioMessage): string, | |
toText(message: ImageMessage): TextMessage | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment