Skip to content

Commit

Permalink
update buildship trigger context type
Browse files Browse the repository at this point in the history
  • Loading branch information
bofeiw committed Oct 22, 2023
1 parent b30395f commit a249b3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/CodeEditor/extensions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ type TaskBody = (context: ExtensionContext) => Promise<any>;
type BuildshipAuthenticatedTriggerBody = (
context: ExtensionContext
) => Promise<{
url: string;
buildshipConfig: {
projectId: string;
workflowId: string;
};
body: string;
}>;

0 comments on commit a249b3d

Please sign in to comment.