n8n-nodes-zalo-tools
Version:
Các node hỗ trợ Zalo cho n8n
5 lines (4 loc) • 301 B
TypeScript
import type { ImageMetadataGetterResponse } from 'zca-js/dist/context';
export declare function getImageMetadata(filePath: string): Promise<ImageMetadataGetterResponse>;
export declare function saveFile(url: string): Promise<string | null>;
export declare function removeFile(filePath: string): void;