diff options
Diffstat (limited to 'lib/models/user/user.mli')
| -rw-r--r-- | lib/models/user/user.mli | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/models/user/user.mli b/lib/models/user/user.mli new file mode 100644 index 0000000..2cc6184 --- /dev/null +++ b/lib/models/user/user.mli @@ -0,0 +1,8 @@ +include module type of User_t + +val tag : t -> string +val mention : t -> string +val default_avatar : t -> string +val face : t -> string +(* val private_channel : t -> Channel_t.t *) +(* val send : t -> Yojson.Safe.json Deferred.Or_error.t *)
\ No newline at end of file |