fix(types): fix typescript errors breaking the pipeline
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 18s
Build & Deploy / 🧪 QA (push) Successful in 59s
Build & Deploy / 🏗️ Build (push) Failing after 1m19s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-05-17 15:41:49 +02:00
parent 140cb012df
commit 35d9650626
3 changed files with 3 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ export interface ReferenceFrontmatter {
dateString?: string;
featuredImage?: string | null;
location: string;
category?: string | string[];
}
export interface ReferenceData {