UNPKG

n8n-nodes-zola-fake

Version:

Các node hỗ trợ Zalo cho n8n Thong

10 lines (9 loc) 199 B
export type AttachmentSource = string | { data: Buffer; filename: `${string}.${string}`; metadata: { totalSize: number; width?: number; height?: number; }; };