Interface SanityProjectDetails

interface SanityProjectDetails {
    dataset: string;
    projectId: string;
}

Hierarchy (view full)

Properties

Properties

dataset: string
projectId: string