Skip to content

Commit

Permalink
removing unused types from readPoints api
Browse files Browse the repository at this point in the history
  • Loading branch information
mzkrasner committed Apr 24, 2024
1 parent 8999bd3 commit 7e6d997
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions demo/fullstack-app/src/pages/api/readPoints.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { type NextApiRequest, type NextApiResponse } from 'next'
import { contextReader, reader } from '@/utils/context'
import type { ModelInstanceDocument } from '@composedb/types'
import { type AggregationContent } from '@/utils/types'

interface Request extends NextApiRequest {
body: {
Expand Down

0 comments on commit 7e6d997

Please sign in to comment.