UNPKG

@selfage/service_descriptor

Version:

Descriptor for remote services based on HTTP.

7 lines (6 loc) 181 B
import { RemoteCallDescriptor } from "./descriptor"; export interface ClientRequestInterface<Response> { descriptor: RemoteCallDescriptor; body?: any; metadata?: any; }