aboutsummaryrefslogtreecommitdiff
path: root/lib/models/gen/role_t.ml
blob: a4e83c545902f23d870e5b6aebf42bde6de3fc6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(* Auto-generated from "role.atd" *)
              [@@@ocaml.warning "-27-32-35-39"]

type snowflake = Snowflake_t.t

type t = {
  id: snowflake;
  name: string;
  colour: int;
  hoist: bool;
  position: int;
  permissions: int;
  managed: bool;
  mentionable: bool
}