ReadOperation type

type ReadOperation = OperationBase & {
  id: string
  operationType: typeof BulkOperationType.Read
}