Skip to content

Commit

Permalink
improve type import
Browse files Browse the repository at this point in the history
  • Loading branch information
hundredark committed Feb 14, 2025
1 parent d5cd46e commit 10ef878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/types/invoice.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MixAddress } from './address';
import type { MixAddress } from './address';

export interface InvoiceEntry {
trace_id: string;
Expand Down
2 changes: 1 addition & 1 deletion src/client/types/safe.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MixAddress } from './address';
import type { MixAddress } from './address';

// field for:
// GET safe/assets
Expand Down

0 comments on commit 10ef878

Please sign in to comment.