export interface JSDocStructure {
    description: string;
}
