MCPcopy Index your code
hub / github.com/bytebase/bytebase / ApiClientOptions

Interface ApiClientOptions

frontend/tests/e2e/framework/api-client.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ApiClientOptions {
2 baseURL: string;
3 credentials?: { email: string; password: string }; // Optional only during server startup before credentials are known
4}
5
6export interface IamBinding {
7 role: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected