@apia/api 4.0.8 → 4.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -426,7 +426,7 @@ type QueryControllerStructure = {
426
426
  hideFilterTypes: boolean;
427
427
  title: string;
428
428
  };
429
- declare abstract class QueryController {
429
+ declare class QueryController {
430
430
  ajaxUrl: string;
431
431
  private hasInited;
432
432
  private initializing;