Skip to main content

Interface: IConfigLoader

The contract for a service that can load configuration data.

Methods

load()

load(): Record<string, string>

Loads and parses the configuration source (e.g., a .env file).

Returns

Record<string, string>

A record containing the configuration key-value pairs.