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):
|
||||
full_name: str
|
||||
members: EntityRefList
|
||||
alumni: EntityRefList
|
||||
extern: EntityRefList
|
||||
committees: CommitteeRefList
|
||||
guilds: GuildRefList
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user