MCPcopy Create free account
hub / github.com/ShipSecAI/studio / ClientConfig

Interface ClientConfig

packages/backend-client/src/api-client.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type { paths, components } from './client';
3
4export interface ClientConfig {
5 baseUrl?: string;
6 headers?: Record<string, string>;
7 middleware?: Middleware | Middleware[];
8}
9
10type CreateWorkflowPayload = components['schemas']['CreateWorkflowRequestDto'];
11type UpdateWorkflowPayload = components['schemas']['UpdateWorkflowRequestDto'];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected