mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
Working hardly
This commit is contained in:
@@ -76,7 +76,15 @@ interface Translation {
|
||||
}
|
||||
|
||||
interface State {
|
||||
opened: boolean
|
||||
opened: boolean,
|
||||
route: string
|
||||
}
|
||||
|
||||
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project, GuestbookForm, NewsletterForm, Translation, State }
|
||||
interface Announce {
|
||||
color: string,
|
||||
hover_color: string,
|
||||
translation: Translation
|
||||
file: null
|
||||
}
|
||||
|
||||
export { Form, InfoData, Skill, Experience, Formation, Post, Tag, Project, GuestbookForm, NewsletterForm, Translation, State, Announce }
|
||||
|
||||
Reference in New Issue
Block a user