Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Os_types.User

module User : sig..end

type id = int64

Type representing a user ID

type t = {
  userid: id;  fn: string;  ln: string;  avatar: string option;  language: string option;}

Type representing a user. See <<a_api | module Os_user >>.