import { ProductViewInterface, } from '../index'; interface SinglePageViewInterface extends ProductViewInterface { isSingleLeftPage: boolean; } export default SinglePageViewInterface;