export interface Config { gitpod: { /** * Frontend root URL * @visibility frontend */ baseUrl: string; }; }