UNPKG

notbank

Version:
9 lines (8 loc) 239 B
import { FormData } from 'formdata-node'; export declare class FormDataBuilder { static build<T1>(data: { fields: [string, string | number | boolean][]; files: [string, File][]; message: T1; }): FormData; }