mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-14 14:59:07 +02:00
fixup querry interface for family member
This commit is contained in:
@@ -90,12 +90,16 @@ export type Likes = Relationship<Integer, {
|
||||
}>;
|
||||
|
||||
export interface FamilyTree {
|
||||
ancestors: Person;
|
||||
ancestors: String;
|
||||
prel1: FamilyRelationship;
|
||||
children: Person;
|
||||
children: String;
|
||||
prel2: FamilyRelationship;
|
||||
spouses: Person;
|
||||
spouses: String;
|
||||
srel: FamilyRelationship;
|
||||
user: Person;
|
||||
user: String;
|
||||
|
||||
}
|
||||
|
||||
export interface FamilyMember {
|
||||
person: Person;
|
||||
}
|
Reference in New Issue
Block a user