Init Commit
This commit is contained in:
8
types/WorkEntry.ts
Normal file
8
types/WorkEntry.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface WorkEntry {
|
||||
title: string
|
||||
desc: string
|
||||
coverImg: string
|
||||
stack: string[]
|
||||
links: {label: string; severity: string; link: string; icon?: string}[]
|
||||
gallery: {itemImageSrc: string}[]
|
||||
}
|
Reference in New Issue
Block a user