PeerTube/client/src/app/core/routing/disable-for-reuse-hook.ts

8 lines
98 B
TypeScript

export interface DisableForReuseHook {
disableForReuse (): void
enabledForReuse (): void
}