(config: {
user: string;
password: string;
})
| 114 | } |
| 115 | |
| 116 | function buildPasswordAuthConfig(config: { |
| 117 | user: string; |
| 118 | password: string; |
| 119 | }): PasswordAuthConfig { |
| 120 | return config; |
| 121 | } |
| 122 | |
| 123 | interface IApiClientBase { |
| 124 | // Fetch function for the Materialize HTTP API |