aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/core/routing/disable-for-reuse-hook.ts
blob: c5eb5c578001a00c808b377cf66a480fbf6deaab (plain) (tree)
1
2
3
4
5
6
7






                                      
export interface DisableForReuseHook {

  disableForReuse (): void

  enabledForReuse (): void

}