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; description: string;
shortDescription: string; shortDescription: string;
links: Link[]; links: Link[];
wakatime_offset: number | null; wakatimeOffset: number | null;
technologies: Technology[]; technologies: Technology[] | null;
bannerImage: string;
} }
export interface Link { export interface Link {