Type Alias: MutableSubscribableInputType<S>
MutableSubscribableInputType<
S> =SextendsMutableSubscribable<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 |