diff --git a/types/ext/api-map.d.ts b/types/ext/api-map.d.ts index f05cde18e0..7fdb3fb042 100644 --- a/types/ext/api-map.d.ts +++ b/types/ext/api-map.d.ts @@ -54,8 +54,10 @@ type ApiMapInitItem = {[key in ApiNames]: ApiMapInitItem}[ApiNames]; +/** Base type for extra params, which is just a generic array. */ type ApiTExtraParams = unknown[]; +/** Default type for extra params, which is an empty array. */ type ApiExtraParamsDefault = []; /** Type alias for the params member of an descriptor. */