UNPKG

jspurefix

Version:
9 lines (8 loc) 270 B
import { ITargetPtysSubGrp } from './target_ptys_sub_grp'; export interface ITargetParties { TargetPartyID?: string; TargetPartyIDSource?: string; TargetPartyRole?: number; TargetPartyRoleQualifier?: number; TargetPtysSubGrp?: ITargetPtysSubGrp[]; }