diff --git a/packages/frontend/src/components/MkPagination.vue b/packages/frontend/src/components/MkPagination.vue index e34b73065e..1a770fbd19 100644 --- a/packages/frontend/src/components/MkPagination.vue +++ b/packages/frontend/src/components/MkPagination.vue @@ -57,10 +57,10 @@ const SECOND_FETCH_LIMIT = 30; const TOLERANCE = 16; const APPEAR_MINIMUM_INTERVAL = 600; -export type Paging = { +export type Paging = { endpoint: E; limit: number; - params?: misskey.Endpoints[E]['req'] | ComputedRef; + params?: Misskey.Endpoints[E]['req'] | ComputedRef; /** * 検索APIのような、ページング不可なエンドポイントを利用する場合