@wildix/wim-knowledge-base-client > CreateDocumentInput > metadata
CreateDocumentInput.metadata property
Additional metadata of the document. Example: \{ 'createdAt': '2025-01-01T00:00:00Z', 'updatedAt': '2025-05-01T00:00:00Z', 'createdBy': 'user@example.com' \}
Signature:
metadata?: __DocumentType | undefined;