LinkResponse: {
    id: string;
    imageUrl?: string;
    name: string;
    source: "PLUGIN" | "STACK";
    url: string;
}

Type declaration

  • id: string
  • OptionalimageUrl?: string
  • name: string
  • source: "PLUGIN" | "STACK"
  • url: string