weaviate-client
    Preparing search index...

    Type Alias DeleteManyObject

    type DeleteManyObject = {
        error?: string;
        id: string;
        successful: boolean;
    }
    Index

    Properties

    Properties

    error?: string
    id: string
    successful: boolean