update family tree return type

This commit is contained in:
2025-04-28 22:43:34 +02:00
parent 9507e0e74a
commit b3b42bdabf
2 changed files with 3 additions and 3 deletions

View File

@@ -487,7 +487,7 @@ export interface components {
};
FamilyTree: {
people?: components["schemas"]["OptimizedPersonNode"][];
relationships?: components["schemas"]["Relationship"][];
relationships?: components["schemas"]["dbtypeRelationship"][];
};
RecipeProperties: {
name?: string | null;