Type Alias: MutableSubscribableInputType<S>
MutableSubscribableInputType<
S
> =S
extendsMutableSubscribable
<any
, infer I> ?I
:never
Defined in: src/sdk/sub/Subscribable.ts:137
Utility type to retrieve the input value of a MutableSubscribable.
Type Parameters
Type Parameter |
---|
S |