import { ScanOllamaModelsResponse } from '../../../../../zoo-message-ts/src/api/ollama.ts'; export type ScanOllamaModelsInput = { nodeAddress: string; token: string; }; export type ScanOllamaModelsOutput = ScanOllamaModelsResponse;