Skip to content

Commit

Permalink
feat: add a type folder in src for shared types
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericvilcot committed Oct 26, 2022
1 parent 43a800b commit f6b5cd4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/types/config.type.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
export type Config = {
app: {
websiteUrl: string
socialMediaUrls: {
discordUrl: string
githubUrl: string
linkedinUrl: string
mediumUrl: string
telegramUrl: string
twitterUrl: string
}
docsUrls: {
whitepaperUrl: string
nodesUrl: string
faqUrl: string
}
typeformUrl: string
}
}

0 comments on commit f6b5cd4

Please sign in to comment.