OfficialPostContentType
@raizfc/contracts / OfficialPostContentType
Type Alias: OfficialPostContentType
OfficialPostContentType =
"text"|"photo"|"link"
Defined in: assets.ts:29
Allowed shapes for an official post (TeamPostDto/TorcidaPostDto, IS-MVP-11.2 "Allowed post
types") — shared by both entity kinds since the constraint is about content shape, not entity
identity (unlike TeamPostStatus/TorcidaPostStatus, which stay independently declared because
their transitions could diverge per entity in the future).