export interface Description {
    description: string;
    main: boolean;
}
