UNPKG

@mondaycom/apps-cli

Version:

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

9 lines (8 loc) 185 B
export type InitConfigOptions = Partial<{ fileName: string; override: boolean; setInProcessEnv: boolean; }>; export type ConfigData = Partial<{ accessToken: string; }>;