Type alias SelectiveShared

SelectiveShared: {
    nodeId: string;
    nodeType?: string;
    path: string;
    vcId: string;
}

Type declaration

  • nodeId: string
  • Optional nodeType?: string
  • path: string
  • vcId: string