File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -405,25 +405,25 @@ export type SanityImagePalette = {
405
405
406
406
export type SanityImageDimensions = {
407
407
_type : "sanity.imageDimensions" ;
408
- height ? : number ;
409
- width ? : number ;
410
- aspectRatio ? : number ;
408
+ height : number ;
409
+ width : number ;
410
+ aspectRatio : number ;
411
411
} ;
412
412
413
413
export type SanityImageHotspot = {
414
414
_type : "sanity.imageHotspot" ;
415
- x ? : number ;
416
- y ? : number ;
417
- height ? : number ;
418
- width ? : number ;
415
+ x : number ;
416
+ y : number ;
417
+ height : number ;
418
+ width : number ;
419
419
} ;
420
420
421
421
export type SanityImageCrop = {
422
422
_type : "sanity.imageCrop" ;
423
- top ? : number ;
424
- bottom ? : number ;
425
- left ? : number ;
426
- right ? : number ;
423
+ top : number ;
424
+ bottom : number ;
425
+ left : number ;
426
+ right : number ;
427
427
} ;
428
428
429
429
export type SanityFileAsset = {
Original file line number Diff line number Diff line change 2446
2446
"value" : {
2447
2447
"type" : " number"
2448
2448
},
2449
- "optional" : true
2449
+ "optional" : false
2450
2450
},
2451
2451
"width" : {
2452
2452
"type" : " objectAttribute" ,
2453
2453
"value" : {
2454
2454
"type" : " number"
2455
2455
},
2456
- "optional" : true
2456
+ "optional" : false
2457
2457
},
2458
2458
"aspectRatio" : {
2459
2459
"type" : " objectAttribute" ,
2460
2460
"value" : {
2461
2461
"type" : " number"
2462
2462
},
2463
- "optional" : true
2463
+ "optional" : false
2464
2464
}
2465
2465
}
2466
2466
}
2483
2483
"value" : {
2484
2484
"type" : " number"
2485
2485
},
2486
- "optional" : true
2486
+ "optional" : false
2487
2487
},
2488
2488
"y" : {
2489
2489
"type" : " objectAttribute" ,
2490
2490
"value" : {
2491
2491
"type" : " number"
2492
2492
},
2493
- "optional" : true
2493
+ "optional" : false
2494
2494
},
2495
2495
"height" : {
2496
2496
"type" : " objectAttribute" ,
2497
2497
"value" : {
2498
2498
"type" : " number"
2499
2499
},
2500
- "optional" : true
2500
+ "optional" : false
2501
2501
},
2502
2502
"width" : {
2503
2503
"type" : " objectAttribute" ,
2504
2504
"value" : {
2505
2505
"type" : " number"
2506
2506
},
2507
- "optional" : true
2507
+ "optional" : false
2508
2508
}
2509
2509
}
2510
2510
}
2527
2527
"value" : {
2528
2528
"type" : " number"
2529
2529
},
2530
- "optional" : true
2530
+ "optional" : false
2531
2531
},
2532
2532
"bottom" : {
2533
2533
"type" : " objectAttribute" ,
2534
2534
"value" : {
2535
2535
"type" : " number"
2536
2536
},
2537
- "optional" : true
2537
+ "optional" : false
2538
2538
},
2539
2539
"left" : {
2540
2540
"type" : " objectAttribute" ,
2541
2541
"value" : {
2542
2542
"type" : " number"
2543
2543
},
2544
- "optional" : true
2544
+ "optional" : false
2545
2545
},
2546
2546
"right" : {
2547
2547
"type" : " objectAttribute" ,
2548
2548
"value" : {
2549
2549
"type" : " number"
2550
2550
},
2551
- "optional" : true
2551
+ "optional" : false
2552
2552
}
2553
2553
}
2554
2554
}
You can’t perform that action at this time.
0 commit comments