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

10 lines 447 B
import type { NewoEnvironment, MultiCustomerConfig } from './types.js'; /** * Initialize customer configurations from API keys array */ export declare function initializeCustomersFromApiKeys(env: NewoEnvironment, verbose?: boolean): Promise<MultiCustomerConfig>; /** * Check if environment uses array-based configuration */ export declare function usesArrayBasedConfig(env: NewoEnvironment): boolean; //# sourceMappingURL=customerInit.d.ts.map