mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-30 00:09:09 +00:00
fix: use non-optional type inference
This commit is contained in:
parent
ed3b86479c
commit
7d68c122df
4 changed files with 7 additions and 6 deletions
|
@ -8,7 +8,7 @@ import bijlmerweideLogo from '$lib/assets/timeline/bijlmerweide.svg';
|
|||
|
||||
export interface TimelineItem {
|
||||
title: string;
|
||||
logo?: string;
|
||||
logo: string;
|
||||
link?: string;
|
||||
image?: string;
|
||||
description: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue