UNPKG

jspurefix

Version:
5 lines (4 loc) 135 B
import { IPartiesNoPartyIDs } from './parties_no_party_i_ds'; export interface IParties { NoPartyIDs?: IPartiesNoPartyIDs[]; }