Skip to content

Commit

Permalink
Merge e1dcc18 into 5648e87
Browse files Browse the repository at this point in the history
  • Loading branch information
huangang committed Jun 28, 2022
2 parents 5648e87 + e1dcc18 commit 559f0ec
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 559f0ec

Please sign in to comment.