Type alias MetadataOptions

MetadataOptions: Omit<object, "path" | "parentDirectory" | "isLatest">

Object type representing custom metadata that the user can add to folders and files. Can have any property except 'path', 'parentDirectory', and 'isLatest'. This prevents users from improperly modifying these properties using class methods, as they are critical to the basic functioning of the file tree.

Generated using TypeDoc