Sanity Library Reference Docs
    Preparing search index...

    Interface KeyedObject

    interface KeyedObject {
        _key: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    _key: string