UNPKG

@elemental-concept/grappa

Version:

Decorator-powered REST client for Angular and its HttpClient

9 lines (8 loc) 214 B
import { RequestOptions } from '../index'; export declare class MethodDescriptor { readonly name: string; method: string; endpoint: string; options: RequestOptions; constructor(name: string); }