import { Token } from '../../../../../zoo-message-ts/src/api/general/types.ts'; import { JobScope, UpdateChatConfigResponse } from '../../../../../zoo-message-ts/src/api/jobs/types.ts'; export type UpdateChatConfigOutput = UpdateChatConfigResponse; export type UpdateChatConfigInput = Token & { nodeAddress: string; jobId: string; jobScope: JobScope; };