Sanity Library Reference Docs
    Preparing search index...

    Interface TypedObject

    interface TypedObject {
        _type: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    _type: string