Type Alias: NearestSubscriptionFacilityType<S>
NearestSubscriptionFacilityType<
S
> =S
extendsNearestSubscription
<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 > |