@ptkl/sdk - v1.3.4
    Preparing search index...

    Type Alias DocumentRestorePayload

    Payload for restoring a deleted document

    type DocumentRestorePayload = {
        newPath?: string;
        path: string;
    }
    Index

    Properties

    Properties

    newPath?: string

    Optional new path to restore to

    path: string

    Path of the deleted document