Update project directus schema

This commit is contained in:
2024-12-26 16:14:11 -06:00
parent 28ef681a24
commit 1a039627a2

View File

@@ -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 {