blog component

This commit is contained in:
Schneider Roland
2025-01-20 22:21:03 +01:00
parent 1437ba2fe3
commit a068aeb375
38 changed files with 1679 additions and 44 deletions

View File

@@ -0,0 +1,13 @@
// Interface automatically generated by schemas-to-ts
export interface Tag {
tag?: string;
}
export interface Tag_Plain {
tag?: string;
}
export interface Tag_NoRelations {
tag?: string;
}