import { GenericDescription } from "./Component"; export interface LicenseContent { id?: string; name?: string; text?: GenericDescription; }