import { Content } from "./content"; export class Readme { private name: String; private description: String; private content: Array; }