Skip to content

lit-ui-router-effect / SubscriptionRefs

Type Alias: SubscriptionRefs

ts
type SubscriptionRefs = readonly SubscriptionRef.SubscriptionRef<any>[];

Defined in: ref-controller.ts:61

Any tuple of SubscriptionRefs; any because the ref's type is invariant.