import { Token } from '../../../../../zoo-message-ts/src/api/general/types.ts'; export type DownloadFileOutput = string; export type GetDownloadFileInput = Token & { nodeAddress: string; path: string; };