import { Button } from 'primeng/button'; import { TextsI } from '../../components/core/tent-redirection/tent-redirection.component'; import { ImageI } from '../atomic/image.interface'; export interface TentRedirectionI { texts?: TextsI; image?: ImageI; button?: Button; }