events: disable policy cache for trigger

This commit is contained in:
Jens Langhammer
2021-01-14 17:21:12 +01:00
parent 6192b2787f
commit eef111bcfd
2 changed files with 9 additions and 4 deletions

View File

@ -1,9 +1,11 @@
import { EventContext } from "./Events";
export class Group {
group_uuid: string;
name: string;
is_superuser: boolean;
attributes: object;
attributes: EventContext;
parent?: Group;
constructor() {