export interface Plugin { description: string; hash: string; name: string; author: string[]; link: string; example: string; version: string; }