mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-05 23:16:57 -06:00
Update project directus schema
This commit is contained in:
@@ -18,8 +18,9 @@ export interface Project {
|
||||
description: string;
|
||||
shortDescription: string;
|
||||
links: Link[];
|
||||
wakatime_offset: number | null;
|
||||
technologies: Technology[];
|
||||
wakatimeOffset: number | null;
|
||||
technologies: Technology[] | null;
|
||||
bannerImage: string;
|
||||
}
|
||||
|
||||
export interface Link {
|
||||
|
||||
Reference in New Issue
Block a user