Variable image_referenceConst 
 
image_reference: ZodObject<{ 
    height: ZodNumber; 
    url: ZodString; 
    width: ZodNumber; 
}, "strip", ZodTypeAny, { 
    height: number; 
    url: string; 
    width: number; 
}, { 
    height: number; 
    url: string; 
    width: number; 
}> = ...
Type declaration
- 
height: ZodNumber
 
- 
url: ZodString
 
- 
width: ZodNumber
 
 
Type declaration
- 
height: number
 
- 
url: string
 
- 
width: number
 
 
Type declaration
- 
height: number
 
- 
url: string
 
- 
width: number