Type alias IPropsSelection

IPropsSelection: {
    byName?: undefined;
    description?: string;
} | Selection | SelectionByName

Type declaration

  • Optional byName?: undefined
  • Optional description?: string