import { IPartiesNoPartyIDs } from './parties_no_party_i_ds'

export interface IParties {
  NoPartyIDs?: IPartiesNoPartyIDs[]
}
