Sanity Library Reference Docs
    Preparing search index...

    Interface FormDocumentValue

    This represents the shape of the root value sanity forms expect

    interface FormDocumentValue {
        _id: string;
        _type: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    _id: string
    _type: string