Transform a list of documents.
transformDocuments(
documents: DocumentInterface<Record<string, any>>[]
): Promise<DocumentInterface<Record<string, any>>[]>| Name | Type | Description |
|---|---|---|
documents* | DocumentInterface<Record<string, any>>[] | A sequence of documents to be transformed. |