MCPcopy
hub / github.com/dubinc/dub / DubConfig

Interface DubConfig

packages/cli/src/types/index.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface DubConfig {
2 access_token: string;
3 refresh_token: string | null;
4 expires_at: number | null;
5 domain?: string;
6}
7
8export interface APIError {
9 error: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…