import { WebAppInfo } from './WebAppInfo.generated'; export interface MenuButtonWebApp { type: string; text: string; web_app: WebAppInfo; }