2019-05-25 14:52:33 +01:00

9 lines
88 B
Go

package objects
type Overwrite struct {
Id string
Type string
Allow int
Deny int
}