ExistingKeyOperation type

type ExistingKeyOperation = {
  op: keyof typeof PatchOperationType
  path: string
  value: any
}