UNPKG

220 BTypeScriptView Raw
1import type { Attachment } from '../attachment';
2export type FeedbackFormData = {
3 name: string;
4 email: string;
5 message: string;
6 attachments: Attachment[] | undefined;
7};
8//# sourceMappingURL=form.d.ts.map
\No newline at end of file