@valon-technologies/gestalt
    Preparing search index...

    Interface DeleteResponse

    DeleteResponse reports how many rows were deleted.

    interface DeleteResponse {
        deleted: bigint;
    }
    Index

    Properties

    Properties

    deleted: bigint