UNPKG

jspurefix

Version:
9 lines (8 loc) 306 B
import { IInstrumentPtysSubGrp } from './instrument_ptys_sub_grp'; export interface IInstrumentParties { InstrumentPartyID?: string; InstrumentPartyIDSource?: string; InstrumentPartyRole?: number; InstrumentPartyRoleQualifier?: number; InstrumentPtysSubGrp?: IInstrumentPtysSubGrp[]; }