Skip to content

Commit

Permalink
fix: 🐛 fix type import path
Browse files Browse the repository at this point in the history
  • Loading branch information
polymath-eric committed Nov 13, 2024
1 parent 02ff572 commit 48b3942
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/polkadot/polymesh/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
/* eslint-disable */

import { PolymeshPrimitivesConditionTrustedIssuer } from '@polkadot/types/lookup';
import {
PolymeshPrimitivesConditionConditionType,
PolymeshPrimitivesConditionTrustedIssuer,
} from '@polkadot/types/lookup';
import type {
Bytes,
Enum,
Expand Down

0 comments on commit 48b3942

Please sign in to comment.