export interface Update { singleUpdate: boolean; id: string; type: string; criterias: object; updateValue: object; }