mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
update family tree return type
This commit is contained in:
@@ -487,7 +487,7 @@ export interface components {
|
||||
};
|
||||
FamilyTree: {
|
||||
people?: components["schemas"]["OptimizedPersonNode"][];
|
||||
relationships?: components["schemas"]["Relationship"][];
|
||||
relationships?: components["schemas"]["dbtypeRelationship"][];
|
||||
};
|
||||
RecipeProperties: {
|
||||
name?: string | null;
|
||||
|
Reference in New Issue
Block a user