···1515 $type: 'social.grain.photo'
1616 photo: BlobRef
1717 /** Alt text description of the image, for accessibility. */
1818- alt: string
1919- aspectRatio?: SocialGrainDefs.AspectRatio
2020- createdAt?: string
1818+ alt?: string
1919+ aspectRatio: SocialGrainDefs.AspectRatio
2020+ createdAt: string
2121 [k: string]: unknown
2222}
2323
+2-2
__generated__/types/social/grain/photo/defs.ts
···2424 /** Fully-qualified URL where a large version of the image can be fetched. May or may not be the exact original blob. For example, CDN location provided by the App View. */
2525 fullsize: string
2626 /** Alt text description of the image, for accessibility. */
2727- alt: string
2828- aspectRatio?: SocialGrainDefs.AspectRatio
2727+ alt?: string
2828+ aspectRatio: SocialGrainDefs.AspectRatio
2929 exif?: ExifView
3030 gallery?: GalleryState
3131}