Type Alias SanityImageAsset

SanityImageAsset: SanityAsset & {
    _type: "sanity.imageAsset";
    metadata: SanityImageMetadata;
}