aboutsummaryrefslogtreecommitdiff
path: root/lib/models/overwrites.ml
blob: 4603c91c018239d684705089b76a6766be83c97d (plain) (blame)
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 { strict = false; exn = true }]