HoneyHive TypeScript API SDK
    Preparing search index...

    Type Alias UpdateConfigurationResponse

    type UpdateConfigurationResponse = {
        acknowledged: boolean;
        matchedCount: number;
        modifiedCount: number;
        upsertedCount: number;
        upsertedId: string | null;
    }
    Index

    Properties

    acknowledged: boolean
    matchedCount: number
    modifiedCount: number
    upsertedCount: number
    upsertedId: string | null