feat: add initial type hints for API docs

This commit is contained in:
DecDuck
2025-08-09 19:26:17 +10:00
parent b84d1f20b5
commit 7af29ef0eb
5 changed files with 11 additions and 3 deletions

View File

@ -8,7 +8,7 @@ const UpdateVersionOrder = type({
versions: "string[]",
}).configure(throwingArktype);
export default defineEventHandler<{ body: typeof UpdateVersionOrder }>(
export default defineEventHandler<{ body: typeof UpdateVersionOrder.infer }>(
async (h3) => {
const allowed = await aclManager.allowSystemACL(h3, [
"game:version:update",