Type Alias ContentsWithRoot

ContentsWithRoot: {
    contents: Node[];
    folder: Folder;
}