1
0

fix type errors from new rate limit definitions

This commit is contained in:
Hazelnoot
2024-12-08 13:07:55 -05:00
parent fc4599ec07
commit 2946f85592
7 changed files with 25 additions and 31 deletions
+1 -1
View File
@@ -856,7 +856,7 @@ interface IEndpointMetaBase {
* エンドポイントのリミテーションに関するやつ
* 省略した場合はリミテーションは無いものとして解釈されます。
*/
readonly limit?: Readonly<RateLimit | Omit<RateLimit, 'key'>>;
readonly limit?: Readonly<RateLimit>;
/**
* ファイルの添付を必要とするか否か