export enum ResourceEventType { INIT = "INIT", ADDED = "ADDED", MODIFIED = "MODIFIED", DELETED = "DELETED" }