AnyDefaultMethodAny DefaultMethod, erased.
modelsDefaultMethod
Source src/Hyperlink.ts:5811 lines
export type type AnyDefaultMethod =
DefaultMethod<unknown>
Any
DefaultMethod
, erased.
AnyDefaultMethod = interface DefaultMethod<out V>A Tag-baked default on a HyperService contract — built by
default
. Lives on the Spec
(both local and remote install the same value); no impl, no RPC, no
Local
gate.
Literals or sync functions. For a bag of many defaults, see
defaults
.
DefaultMethod<unknown>;
Referenced by 3 symbols