Interface RawOverwrite

interface RawOverwrite {
    allow: string;
    deny: string;
    id: string;
    type: OverwriteTypes;
}

Properties

Properties

allow: string
deny: string
id: string