Update types.ts

This commit is contained in:
syuilo
2025-03-17 18:21:22 +09:00
parent 50ec9b9071
commit 6503559013

View File

@@ -13794,7 +13794,7 @@ export type operations = {
/** @default 10 */
limit?: number;
/** @default false */
group?: boolean;
room?: boolean;
};
};
};