···18 $type: "fyi.frontpage.feed.post";
19 /** The title of the post. */
20 title: string;
21- subject?: $Typed<UrlSubject> | { $type: string };
22 /** Client-declared timestamp when this post was originally created. */
23 createdAt: string;
24 [k: string]: unknown;
···18 $type: "fyi.frontpage.feed.post";
19 /** The title of the post. */
20 title: string;
21+ subject: $Typed<UrlSubject> | { $type: string };
22 /** Client-declared timestamp when this post was originally created. */
23 createdAt: string;
24 [k: string]: unknown;