fix(frontend): Typeringsproblemen opgelost.
This commit is contained in:
parent
4d98be78c1
commit
ed8b5c919d
9 changed files with 30 additions and 22 deletions
8
frontend/src/data-objects/theme.ts
Normal file
8
frontend/src/data-objects/theme.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
export interface Theme {
|
||||
key: string;
|
||||
title: string;
|
||||
description: string;
|
||||
|
||||
// URL of the image
|
||||
image: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue