import { ButtonI } from '../atomic/button.interface'; export interface ModuleBravaI { description?: string; img?: string; buttons?: ButtonI[]; }