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

Module Os_types.Group

module Group : sig..end

type id = int64

Type representing a group ID

type t = {
  id: id;  name: string;  desc: string option;}

Type representing a group. See <<a_api | module Os_group >>