HoneyHive TypeScript API SDK
    Preparing search index...

    Type Alias DeleteConfigurationResponse

    type DeleteConfigurationResponse = {
        acknowledged: boolean;
        deletedCount: number;
    }
    Index

    Properties

    acknowledged: boolean
    deletedCount: number