import { Token } from '../../../../../zoo-message-ts/src/api/general/types.ts'; import { SearchPromptsResponse } from '../../../../../zoo-message-ts/src/api/tools/types.ts'; export type GetPromptSearchInput = Token & { nodeAddress: string; search: string; }; export type GetPromptSearchOutput = SearchPromptsResponse;