Sanity Library Reference Docs
    Preparing search index...

    A dataset-scheme resource identity — the project + dataset a store is bound to.

    interface DatasetResourceId {
        dataset: string;
        projectId: string;
    }
    Index

    Properties

    Properties

    dataset: string
    projectId: string