···2424 labels?: $Typed<ComAtprotoLabelDefs.SelfLabels> | { $type: string };
2525 /** Additional hashtags, in addition to any included in post text and facets. */
2626 tags?: (string)[];
2727+ /** Records created for external services for this post */
2828+ crossposts?: (ComAtprotoRepoStrongRef.Main)[];
2729 /** Client-declared timestamp when this post was originally created. */
2830 createdAt: string;
2931 [k: string]: unknown;