DisBot
    Preparing search index...

    Type Alias BatchPayload

    Batch Payload for updateMany & deleteMany & createMany

    type BatchPayload = {
        count: number;
    }
    Index

    Properties

    Properties

    count: number