export interface Update { name: string; value?: string | string[]; op: 'a' | 's' | 'd'; }