Update ContactForm and add GuestBookForm

This commit is contained in:
2021-07-04 19:48:29 +02:00
parent ab1e7473f4
commit 4df2f1085f
6 changed files with 91 additions and 29 deletions

View File

@@ -61,4 +61,8 @@ interface Project {
tags: Array<Tag>,
}
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project }
interface GuestbookForm {
message: string
}
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project, GuestbookForm }