Sanity Library Reference Docs
    Preparing search index...

    Data resolved from a Sanity node

    type SanityNode = {
        baseUrl: string;
        dataset?: string;
        id: string;
        path: string;
        projectId?: string;
        tool?: string;
        type?: string;
        workspace?: string;
    }
    Index

    Properties

    baseUrl: string
    dataset?: string
    id: string
    path: string
    projectId?: string
    tool?: string
    type?: string
    workspace?: string