Interface SanityImageAssetIdParts

interface SanityImageAssetIdParts {
    assetId: string;
    extension: string;
    height: number;
    type: "image";
    width: number;
}

Hierarchy (view full)

Properties

assetId: string
extension: string
height: number
type: "image"
width: number