We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c474e commit 451bcb3Copy full SHA for 451bcb3
types.ts
@@ -1,5 +1,6 @@
1
2
-import { AdminForthResource, FilterParams } from 'adminforth';
+import { AdminForthResource } from 'adminforth';
3
+import type { FilterParams } from 'adminforth';
4
5
export type PluginOptions = {
6
0 commit comments