Skip to content

Commit

Permalink
Updated Nano interface type
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpetro committed Feb 15, 2024
1 parent bf2ff9c commit dc328a2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { MaybeDocument } from 'nano'
import { IdentifiedDocument } from 'nano'

export interface SunriseSunsetDocument extends MaybeDocument {
_id: string
export interface SunriseSunsetDocument extends IdentifiedDocument {
sunrise: string
sunset: string
}

0 comments on commit dc328a2

Please sign in to comment.