First unchecked draft for tags

This commit is contained in:
araemer 2026-02-21 08:28:15 +01:00
parent f936e84168
commit 70b132dc6f
51 changed files with 494 additions and 69 deletions

View file

@ -1,11 +0,0 @@
import { AbstractDto } from "./AbstractDto.js";
/**
* DTO describing the essential header data of a recipe
* Used to populate lists
*/
export class CompactRecipeDto extends AbstractDto {
title!: string;
// @todo add resource and rating here once implemented!
}