Interface SanityFileAssetIdParts

interface SanityFileAssetIdParts {
    assetId: string;
    extension: string;
    type: "file";
}

Hierarchy (view full)

Properties

assetId: string
extension: string
type: "file"