This commit is contained in:
zyoshoka
2024-01-11 22:24:33 +09:00
parent a4f47e46ac
commit b92c9726bd

View File

@@ -197,6 +197,7 @@ export const paramDef = {
nullable: false, nullable: false,
}, },
}, },
required: ['text'],
}, },
} as const; } as const;