import Page from '../entity/Page'; import AdapterInterface from '../../common/interfaces/AdapterInterface'; export default interface PageAdapterInterface extends AdapterInterface { }