Sanity Library Reference Docs
    Preparing search index...

    A document as stored in the bench's fake lake.

    type StoreDocument = {
        _id: string;
        _type: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    _id: string
    _type: string