Type Alias BaseEndpointMethodImplementationParams<Endpoint, Method, Context>
The portion of an endpoint method implementation's parameters that is independent of the runtime
environment. Both host (server) implementations and client (mock) implementations include these
fields; each side adds its own environment-specific extras on top via
EndpointMethodImplementationsBase.
The portion of an endpoint method implementation's parameters that is independent of the runtime environment. Both host (server) implementations and client (mock) implementations include these fields; each side adds its own environment-specific extras on top via EndpointMethodImplementationsBase.
Package
@rest-vir/api