UNPKG

jspurefix

Version:
12 lines (10 loc) 281 B
import { ILooseObject } from '../../../collections/collection' export interface IRepositoryComponent extends ILooseObject { ComponentID: string ComponentType: string CategoryID: string Name: string AbbrName: string NotReqXML: string Description: string }