UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

6 lines (5 loc) 244 B
import { Settings } from "../types/settings"; export declare const parseMaxBudgetPerTask: (value: string) => number | null; export declare const extractSettings: (formData: FormData) => Partial<Settings> & { llm_api_key?: string | null; };