aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/routing/disable-for-reuse-hook.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/routing/disable-for-reuse-hook.ts')
-rw-r--r--client/src/app/core/routing/disable-for-reuse-hook.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/app/core/routing/disable-for-reuse-hook.ts b/client/src/app/core/routing/disable-for-reuse-hook.ts
new file mode 100644
index 000000000..c5eb5c578
--- /dev/null
+++ b/client/src/app/core/routing/disable-for-reuse-hook.ts
@@ -0,0 +1,7 @@
1export interface DisableForReuseHook {
2
3 disableForReuse (): void
4
5 enabledForReuse (): void
6
7}