UNPKG

n8n-nodes-zalo-tools

Version:
3 lines (2 loc) 132 B
export declare function saveImage(url: string): Promise<string | null>; export declare function removeImage(imgPath: string): void;