Skip to main content
Version: v1

TreeEntry Enum

Type of entries that can be stored in a tree

Signature

export declare enum TreeEntry

Flags

Flag Description
Attachment
Blob
Tree

Attachment

Signature
Attachment = "Attachment"

Blob

Signature
Blob = "Blob"

Tree

Signature
Tree = "Tree"