UNPKG

jspurefix

Version:
12 lines (11 loc) 306 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; }