UNPKG

webapi-ng2

Version:

ASP.NET Core Web API client generator for Angular 2

7 lines (5 loc) 121 B
import { Operation } from './operation'; export interface Controller { operations: Operation[]; name: string; }