2020-04-02 20:53:11 +01:00

9 lines
101 B
Go

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