export interface ApplicationContext { folders: { components: string; dtos: string; serviceInterfaces: string; services: string; }; }