Type alias RemoveSourceParams

RemoveSourceParams: {
    source: string;
    type: string;
}

Parameters needed to remove a source

Type declaration

  • source: string
  • type: string