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

Interface PullRequest

packages/app/shared/types/index.ts:7–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7export interface PullRequest {
8 repo: string;
9 title: string;
10 url: string;
11 created_at: string;
12 state: "merged" | "open" | "closed";
13 number: number;
14 type: "User" | "Organization";
15 stars: number;
16}
17
18export interface Contributions {
19 user: User;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected