added references to alumni and externals
This commit is contained in:
parent
342a5ae114
commit
c69c4ad2a2
@ -5,6 +5,8 @@ from fiber_package.refs import EntityRefList, CommitteeRefList, GuildRefList
|
|||||||
class AssociationModel(FiberBaseModel):
|
class AssociationModel(FiberBaseModel):
|
||||||
full_name: str
|
full_name: str
|
||||||
members: EntityRefList
|
members: EntityRefList
|
||||||
|
alumni: EntityRefList
|
||||||
|
extern: EntityRefList
|
||||||
committees: CommitteeRefList
|
committees: CommitteeRefList
|
||||||
guilds: GuildRefList
|
guilds: GuildRefList
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user