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

Interface Token

packages/stripe-app/src/utils/types.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Token {
2 access_token: string;
3 refresh_token: string;
4 token_type: string;
5 expires_in: number;
6 scope: string;
7}
8
9export interface Workspace {
10 id: string;

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…