Skip to content

Commit

Permalink
fix node_modules/@dataui/crud/lib/interfaces/auth-options.interface.d…
Browse files Browse the repository at this point in the history
….ts:2:31 - error TS2307: Cannot find module '@dataui/crud-util/src' or its corresponding type declarations.

2 import { ObjectLiteral } from '@dataui/crud-util/src';
  • Loading branch information
huangang committed Jun 28, 2022
1 parent 5648e87 commit e1dcc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crud/src/interfaces/auth-options.interface.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SCondition } from '@dataui/crud-request/lib/types/request-query.types';
import { ObjectLiteral } from 'crud-util/src';
import { ObjectLiteral } from '@dataui/crud-util';

export interface AuthGlobalOptions {
property?: string;
Expand Down

0 comments on commit e1dcc18

Please sign in to comment.