/** * Config class */ class Config { /** * Get the API URL * @return {string} */ getApiUrl() { return 'https://example.com/api'; } }