Sanity Library Reference Docs
    Preparing search index...

    Interface OperationSuccessBeta

    interface OperationSuccess {
        id: string;
        type: "success";
    }
    Index

    Properties

    Properties

    id: string
    type: "success"