📚 docs update, and obsolete code remove (#219)

This commit is contained in:
Anton Shepilov
2023-10-06 18:20:20 +02:00
committed by GitHub
parent edfd765d57
commit a3600ef174
10 changed files with 59 additions and 729 deletions
@@ -2,7 +2,6 @@ import { merge } from "lodash";
import { Column, Entity } from "../../../core/platform/services/database/services/orm/decorators";
import { CompanyUserRole } from "../web/types";
// backward compatibility with PHP where companies used to be `group`
export const TYPE = "group_user";
/**