Skip to content

Commit

Permalink
chore: add literal to ImageMetadataType (#7190)
Browse files Browse the repository at this point in the history
Co-authored-by: Carolina Gonzalez <[email protected]>
  • Loading branch information
xuzuodong and cngonzalez committed Jul 30, 2024
1 parent 95e4ce0 commit 61734db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/types/src/schema/definition/type/image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {type FileOptions, type FileValue} from './file'
import {type ObjectDefinition} from './object'

/** @public */
export type ImageMetadataType = 'blurhash' | 'lqip' | 'palette' | 'exif' | 'location'
export type ImageMetadataType = 'blurhash' | 'lqip' | 'palette' | 'exif' | 'image' | 'location'

/** @public */
export interface ImageOptions extends FileOptions {
Expand Down

0 comments on commit 61734db

Please sign in to comment.