export interface ModuleDto { name: string; moduleName: string; author: string; version: string; isBeta: boolean; }