export interface IEntityTrigger {
    event: string;
    target: string;
}
