Skip to content

Commit

Permalink
Update sanity.types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Jul 21, 2024
1 parent b939135 commit 66590bf
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/types/sanity.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,17 +171,7 @@ export type Project = {
_key: string
} & Link
>
projectimage?: {
asset?: {
_ref: string
_type: 'reference'
_weak?: boolean
[internalGroqTypeReferenceTo]?: 'sanity.imageAsset'
}
hotspot?: SanityImageHotspot
crop?: SanityImageCrop
_type: 'image'
}
projectimage?: string
featured?: boolean
featureOrder?: number
}
Expand Down

0 comments on commit 66590bf

Please sign in to comment.