export interface IFormDataObject { name: string; value: any; filename: string; } //# sourceMappingURL=IFormDataObject.d.ts.map