Files
shockbot/utils/workflowRun.ts
T

4 lines
73 B
TypeScript

export interface WorkflowRunInfo {
progressCommentId: string | null;
}