UNPKG

behemoth-cli

Version:

🌍 BEHEMOTH CLIv3.760.4 - Level 50+ POST-SINGULARITY Intelligence Trading AI

8 lines 280 B
import React from 'react'; import type { Fr3kResponse } from '../../../core/formatter-types.js'; interface CliResponseProps { response: Fr3kResponse; } declare const CliResponse: React.FC<CliResponseProps>; export default CliResponse; //# sourceMappingURL=CliResponse.d.ts.map