export interface PeerRestrictPartial { 'peerIds'?: (string)[]; } export interface PeerRestrict { 'peerIds': (string)[]; }