MCPcopy Create free account
hub / github.com/cloudflare/moltworker / PairedDevice

Interface PairedDevice

src/client/api.ts:20–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface PairedDevice {
21 deviceId: string;
22 displayName?: string;
23 platform?: string;
24 clientId?: string;
25 clientMode?: string;
26 role?: string;
27 roles?: string[];
28 scopes?: string[];
29 createdAtMs: number;
30 approvedAtMs: number;
31}
32
33export interface DeviceListResponse {
34 pending: PendingDevice[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected