Type Alias GetLinkResponse
GetLinkResponse: { id: string; imageUrl?: string; name: string; pluginVersion?: GetLinkPluginVersionResponse; source: "PLUGIN" | "STACK"; type?: string; url: string;} Type declaration
id: string
OptionalimageUrl?: string
name: string
source: "PLUGIN" | "STACK"
Optionaltype?: string
url: string