Skip to content

Types Reference

NaroDocument

Properties

The NaroDocument type represents a document in the Naro system. It includes a unique identifier, a creation timestamp, and any additional properties that may be associated with the document.

NameTypeDescription
idstringThe unique identifier for the document.
createdAtnumberThe timestamp when the document was created.
pathstringThe path where the document is stored.
[key: string]unknownAny additional properties of the document.

Released under the SSPL License.