From 8faa2da387be0cf6f3f1e9b97e34b4c3b5dad6dc Mon Sep 17 00:00:00 2001 From: GrapeApple0 <84321396+GrapeApple0@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:47:29 +0000 Subject: [PATCH] wip: build-misskey-js-with-types --- packages/misskey-js/src/autogen/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts index 89fa05483f..2dc9f9fd18 100644 --- a/packages/misskey-js/src/autogen/types.ts +++ b/packages/misskey-js/src/autogen/types.ts @@ -4129,7 +4129,7 @@ export type components = { targetId: string; /** Format: date-time */ createdAt: string; - text: string | null; + text?: string | null; cw?: string | null; mentions?: string[]; fileIds?: string[];