Skip to main content

Type Alias: ReadonlyLifecycle

ReadonlyLifecycle = Pick<Lifecycle, "register" | "unregister">

Defined in: src/sdk/sub/Lifecycle.ts:6

A version of Lifecycle that only allows registration and unregistration of subscriptions.