Skip to content

Commit

Permalink
Add types
Browse files Browse the repository at this point in the history
  • Loading branch information
midudev committed Jul 3, 2024
1 parent 1bbde91 commit 6b24876
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/types/Sponsors.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type SponsorId =
| "vicio"
| "revolut"
| "prime"
| "prime-h"
| "alsa"
| "spotify"
| "cerave"
Expand All @@ -10,6 +10,9 @@ type SponsorId =
| "maxibon"
| "infojobs"
| "coca-cola"
| "mahou"
| "g-shock"

type SponsorName =
| "Vicio"
| "Revolut"
Expand All @@ -22,6 +25,8 @@ type SponsorName =
| "Maxibon"
| "InfoJobs"
| "Coca-Cola"
| "Mahou"
| "G-Shock"

export interface Sponsors {
id: SponsorId
Expand Down

0 comments on commit 6b24876

Please sign in to comment.