aboutsummaryrefslogtreecommitdiff
path: root/lib/models/overwrites.ml
blob: 424a3aa928e1dda4558bd11a9a8516b45c6d0573 (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]