Skip to main content

Type Alias: MutableSubscribableInputType<S>

MutableSubscribableInputType<S> = S extends MutableSubscribable<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