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

Interface WorkflowData

packages/app/server/types.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface WorkflowData {
2 owner: string;
3 repo: string;
4 sha: string;
5 ref: string;
6 headBranch?: string | null;
7}
8
9export interface PullRequestData {
10 full_name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected