/**
 * VRt.Studio [ST]
 *
 * The version of the OpenAPI document: 7.18.2755
 * Contact: servicedesk@veeroute.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator.
 * Do not edit the class manually.
 */
import { FolderStudio } from './folder';
/**
 * Path from file/folder to the root of the virtual file system.
 */
export interface FilesystemPathStudio {
    [key: string]: any | any;
    /**
     * List of folders.
     */
    folders: Array<FolderStudio>;
}
