API ClientsTypeScript SDKAPI ReferenceCoreType AliasesDocumentCreationBatchResponseVersion: 8.9On this pageType Alias: DocumentCreationBatchResponse type DocumentCreationBatchResponse = object; Properties createdDocuments createdDocuments: DocumentReference[]; Documents that failed creation. failedDocuments failedDocuments: DocumentCreationFailureDetail[]; Documents that were successfully created.Was this helpful?