UNPKG

jspurefix

Version:
13 lines (11 loc) 294 B
import { ILooseObject } from '../../../collections/collection' export interface IRepositoryField extends ILooseObject { Tag: string Name: string Type: string Description: string AbbrName: string NotReqXML: string BaseCategory: string BaseCategoryAbbrName: string }