UNPKG

@mondaycom/apps-cli

Version:

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

5 lines (4 loc) 135 B
import { CONFIG_KEYS } from '../../consts/config.js'; export type InitCommandArguments = { [CONFIG_KEYS.ACCESS_TOKEN]?: string; };