2025SELab2-project-Dwengo/common/src/interfaces/theme.ts
2025-04-02 19:48:42 +02:00

4 lines
68 B
TypeScript

export interface Theme {
title: string;
hruids: string[];
}