import { Tone } from '../Presentation/Views/Dialog/AIWidgets/Tone'; export type FunctionResult = { result: T | T[] | boolean; error: any; };