import { IEstablishmentMenu } from './'; export default interface IAPIAdapter { getEstablishmentMenu(id: number): Promise; }