Created
July 22, 2018 03:54
-
-
Save aramkoukia/8bdd3153db19c01508c3b1bf49c21035 to your computer and use it in GitHub Desktop.
models.fs
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
namespace firstGiraffe.Models | |
[<CLIMutable>] | |
type Message = | |
{ | |
Text : string | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment