/** * [Official docs](https://my.jdownloader.org/developers/#tag_263) */ export interface ILinkVariant { iconKey: string; id: string; name: string; }