export type ServicesList = {
    [serviceName: string]: any;
};
