···66 model Main {
77 /** The status for the account. */
88 @required
99- status: "app.bsky.actor.status#live" | string;
99+ status: Live | string;
10101111 /** An optional embed associated with the status. */
1212 embed?: (app.bsky.embed.external.Main | unknown);