Still testing

This commit is contained in:
Josh Mock
2024-11-20 11:39:21 -06:00
parent be8fc5ae83
commit 15a43f3747
115 changed files with 609 additions and 818 deletions

View File

@ -75,8 +75,8 @@ interface BulkRequest<TDocument = unknown, TPartialDocument = unknown> extends <
interface BulkResponse {
errors: boolean
items: Partial<Record<BulkOperationType, BulkResponseItem>>[]
took: number
ingest_took?: number
took: <<_long, long>>
ingest_took?: <<_long, long>>
}
[pass]