TSNamespaceValue
TSNamespaceValue<
V> =Vextendsstring?V:never
Defined in: src/@types/extensible_events.ts:33
Represents a namespaced value, if the value is a string. Used to extract provided types
from a TSNamespace
Type Parameters
Section titled “Type Parameters”V