Sanity Library Reference Docs
    Preparing search index...

    Type Alias DeleteMutation

    Represents a mutation that can delete a document in the Sanity Content Lake.

    type DeleteMutation = {
        id: string;
        type: "delete";
    }
    Index

    Properties

    Properties

    id: string
    type: "delete"