import { Token } from '../../../../../zoo-message-ts/src/api/general/types.ts'; import { GetChatConfigResponse } from '../../../../../zoo-message-ts/src/api/jobs/types.ts'; export type GetChatConfigInput = Token & { nodeAddress: string; jobId: string; }; export type GetChatConfigOutput = GetChatConfigResponse;