interface Folder {
    $CreationOptions?: FolderCreationOptions;
    $ID: string;
    $Type: "Projects$Folder";
    name: string;
}

Hierarchy (view full)

Properties

$CreationOptions?: FolderCreationOptions

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

The type of the element.

name: string