UNPKG

webapi-ng2

Version:

ASP.NET Core Web API client generator for Angular 2

6 lines (5 loc) 148 B
import { AttributeParameter } from './attribute-parameter'; export interface Attribute { name: string; parameters?: AttributeParameter[]; }