added references to alumni and externals

This commit is contained in:
Tiago Scholten 2026-07-24 18:41:20 +02:00
parent 342a5ae114
commit c69c4ad2a2

View File

@ -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