export interface RawUpdate { id: string; type: string; criterias: string; updateValue: string; }