fix(FN-4905): unblock workspace verification type errors
Fusion-Task-Id: FN-4905 Fusion-Task-Lineage: 677b6f08-90d7-4785-a0b8-195acc42f79e
This commit is contained in:
committed by
gsxdsm
parent
c61ebb85d7
commit
2a9ef2ba36
@@ -2185,7 +2185,7 @@ export function updateGitRemoteUrl(name: string, url: string, projectId?: string
|
||||
export interface PrInfo {
|
||||
url: string;
|
||||
number: number;
|
||||
status: "open" | "closed" | "merged";
|
||||
status: "open" | "closed" | "merged" | "draft";
|
||||
title: string;
|
||||
headBranch: string;
|
||||
baseBranch: string;
|
||||
|
||||
Reference in New Issue
Block a user