2019-05-26 02:47:51 +01:00

9 lines
93 B
Go

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