Update types.ts

This commit is contained in:
syuilo 2025-03-17 18:21:22 +09:00
parent 50ec9b9071
commit 6503559013
1 changed files with 1 additions and 1 deletions

View File

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