(path: string)
| 134 | const app = { id: 'app-123', mode: AppModeEnum.WORKFLOW, permission_keys: [AppACLPermission.ViewLayout] } |
| 135 | const paths: string[] = [] |
| 136 | const customRedirect = (path: string) => paths.push(path) |
| 137 | |
| 138 | getRedirection(app, customRedirect) |
| 139 |