UNPKG

@mondaycom/apps-cli

Version:

A cli tool to manage apps (and monday-code projects) in monday.com

8 lines (7 loc) 205 B
import { AppId, AppVersionId } from '../general/index.js'; export type PromoteCommandTasksContext = { appId: AppId; appVersionId?: AppVersionId; retryAfter?: number; urlToPull?: string; };