interface AppBranchRootDirController {
    path: string;
    arePermissionsSufficient: boolean;
}

Properties

path: string
arePermissionsSufficient: boolean