Merge multiple application configurations from left to right.
function mergeApplicationConfig( ...configs: ApplicationConfig[] ): ApplicationConfig;