Interface SanityFileUrlParts

interface SanityFileUrlParts {
    assetId: string;
    dataset: string;
    extension: string;
    projectId: string;
    type: "file";
    vanityFilename?: string;
}

Hierarchy (view full)

Properties

assetId: string
dataset: string
extension: string
projectId: string
type: "file"
vanityFilename?: string