Skip to content

Commit

Permalink
fix: location filter type (#1755)
Browse files Browse the repository at this point in the history
  • Loading branch information
veu authored Mar 10, 2023
1 parent 228c296 commit d84eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/query/location.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ConditionalPick } from 'type-fest'
import { EntryFields } from '../entry'
import { NonEmpty } from './util'

type Types = EntryFields.Location
type Types = EntryFields.Location | undefined

export type ProximitySearchFilterInput = [number, number] | undefined
export type BoundingBoxSearchFilterInput = [number, number, number, number] | undefined
Expand Down

0 comments on commit d84eebb

Please sign in to comment.