1 2 3 4 5 6
type t = { id: Snowflake.t ; kind: string ; allow: Permissions.t ; deny: Permissions.t } [@@deriving sexp, yojson { exn = true }]