interface ModelFolderInfo {
    folders: string[];
    name: string;
}

Properties

Properties

folders: string[]
name: string