import { ServiceConfig } from 'handel-extension-api'; export interface AIServicesConfig extends ServiceConfig { ai_services: string[]; }