MCPcopy
hub / github.com/stackblitz-labs/pkg.pr.new / PullRequestData

Interface PullRequestData

packages/app/server/types.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9export interface PullRequestData {
10 full_name: string;
11 ref: string;
12}
13
14export interface Cursor {
15 timestamp: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected