Made a baseline working carousel, timeline, and started flushing out content for primary spacex experience
This commit is contained in:
13
src/interfaces/experience-metadata.ts
Normal file
13
src/interfaces/experience-metadata.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { DateTime } from 'luxon';
|
||||
|
||||
export interface experience {
|
||||
|
||||
|
||||
}
|
||||
export interface subExperience {
|
||||
name: string;
|
||||
description: string;
|
||||
|
||||
startDate: DateTime;
|
||||
endDate?: DateTime;
|
||||
}
|
||||
Reference in New Issue
Block a user