Interface JSONPermission

interface JSONPermission {
    allow: string;
    deny: string;
}

Properties

Properties

allow: string
deny: string