UNPKG

jspurefix

Version:
13 lines (11 loc) 294 B
import { ILooseObject } from '../../../collections/collection' export interface IRepositoryMessage extends ILooseObject { ComponentID: string MsgType: string Name: string CategoryID: string SectionID: string AbbrName: string NotReqXML: string Description: string }