UNPKG

newo

Version:

NEWO CLI: Professional command-line tool with modular architecture for NEWO AI Agent development. Features account migration, integration management, webhook automation, AKB knowledge base, project attributes, sandbox testing, IDN-based file management, r

6 lines 227 B
import type { CustomerConfig } from '../types.js'; /** * Check status of files for a customer */ export declare function status(customer: CustomerConfig, verbose?: boolean): Promise<void>; //# sourceMappingURL=status.d.ts.map