import { AdminPanelsUrlConfig } from "./admin-panels-url-config.interface"; export interface AdminPanelsConfig { apiUrls?: AdminPanelsUrlConfig; }