getConfig
Return a shallow copy of the entire loaded configuration. Python-compat alias
for getAll(); the two are functionally identical. Use
getConfig() when porting from the Python SDK.
Returns
Record<string, unknown> — a shallow copy of the top-level config object.