@resistdesign/voltra
    Preparing search index...

    Type Alias DeleteRelationshipResults

    The results of a delete relationship operation.

    type DeleteRelationshipResults = {
        remainingItemsExist: boolean;
        success: boolean;
    }
    Index

    Properties

    remainingItemsExist: boolean

    Whether related items still exist after deletion.

    success: boolean

    Whether the delete operation succeeded.