MCPcopy Create free account
hub / github.com/apitable/apitable /

Class

packages/api-client/servers.ts:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 *
12 */
13export class ServerConfiguration<T extends { [key: string]: string }> implements BaseServerConfiguration {
14 public constructor(private url: string, private variableConfiguration: T) {}
15
16 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected