Merged PR 2407: Extract representation entry specialist rules to domain policy

Extract representation entry specialist rules to domain policy

Related work items: #23754
This commit is contained in:
Robert Bond
2026-06-19 11:21:17 +00:00
parent be68b987a1
commit e195e09429
4 changed files with 54 additions and 18 deletions
@@ -7,3 +7,5 @@ export {
export { canShowRepresentationButtonForAppealType } from "./canShowRepresentationButtonForAppealType";
export { canStartHouseholderRepresentation } from "./canStartHouseholderRepresentation";
export { canStartCpoRepresentation } from "./canStartCpoRepresentation";
export { canStartRowRepresentation } from "./canStartRowRepresentation";
export { canStartAdvertRepresentation } from "./canStartAdvertRepresentation";