init: project setup
This commit is contained in:
17
src/types.ts
Normal file
17
src/types.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export type Site = {
|
||||
title: string
|
||||
description: string
|
||||
href: string
|
||||
author: string
|
||||
locale: string
|
||||
location: string
|
||||
}
|
||||
|
||||
export type SocialLink = {
|
||||
href: string
|
||||
label: string
|
||||
}
|
||||
|
||||
export type IconMap = {
|
||||
[key: string]: string
|
||||
}
|
||||
Reference in New Issue
Block a user