UNPKG

webapi-ng2

Version:

ASP.NET Core Web API client generator for Angular 2

10 lines (7 loc) 163 B
import { Attribute } from './attribute'; export interface Property { attributes?: Attribute[]; name: string; nullable?: boolean; type: string; }