interface FavoriteFolder {
    source: string;
    path: string;
    label: string;
}

Properties

Properties

source: string

The source of the folder (e.g. "data", "public")

path: string

The full path to the folder

label: string

The label for the path