UNPKG

@mondaycom/apps-cli

Version:

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

7 lines (6 loc) 187 B
import type { AppId, AppVersionId } from '../general/index.js'; export type ExportCommandTasksContext = { appId: AppId; appVersionId?: AppVersionId; manifestPath?: string; };