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.