ash.codegen for media

This commit is contained in:
2026-03-30 13:34:32 -04:00
parent 63d91043e4
commit 6152dcdeea
5 changed files with 229 additions and 4 deletions

View File

@@ -436,6 +436,7 @@ export async function validateReadTweet(
export type UpdateTweetInput = {
content?: string;
likes?: number;
userId?: UUID;
state?: "posted" | "drafted";
};