Skip to main content

Type Alias: NearestSubscriptionFacilityType<S>

NearestSubscriptionFacilityType<S> = S extends NearestSubscription<infer T> ? T : never

Defined in: src/sdk/navigation/NearestSubscription.ts:28

Gets the facility type returned by a nearest subscription.

Type Parameters

Type Parameter
S extends NearestSubscription<any>