export type SyncOllamaModelsInput = { nodeAddress: string; token: string; allowedModels: string[]; }; export type SyncOllamaModelsOutput = void;