Skip to main content
Version: 8.9 (unreleased)

Type Alias: DocumentCreationBatchResponse

type DocumentCreationBatchResponse = object;

Defined in: gen/types.gen.ts:2308

Properties

createdDocuments?

optional createdDocuments: DocumentReference[];

Defined in: gen/types.gen.ts:2316

Documents that failed creation.


failedDocuments?

optional failedDocuments: DocumentCreationFailureDetail[];

Defined in: gen/types.gen.ts:2312

Documents that were successfully created.