1 2 3 4 5 6 7 8
open Core type t = { id: Snowflake.t ; kind: string [@key "type"] ; allow: Permissions.t ; deny: Permissions.t } [@@deriving sexp, yojson]