import { ProductViewInterface, ProductViewTextInterface, } from '../index'; interface FrontCoverInterface extends ProductViewInterface { title: ProductViewTextInterface; } export default FrontCoverInterface;