feat(wallet-address)!: possibility to specify wallet address range #2691
Annotations
4 errors
Run pnpm --filter frontend typecheck
Property 'url' does not exist on type 'JsonifyObject<{ __typename?: "WalletAddress" | undefined; id: string; address: string; publicName?: string | null | undefined; status: WalletAddressStatus; createdAt: string; liquidity?: bigint | ... 1 more ... | undefined; asset: { ...; }; }>'.
|
Run pnpm --filter frontend typecheck
Property 'url' does not exist on type 'JsonifyObject<{ __typename?: "WalletAddress" | undefined; id: string; publicName?: string | null | undefined; status: WalletAddressStatus; address: string; }>'.
|
Run pnpm --filter frontend typecheck
Object literal may only specify known properties, and 'url' does not exist in type 'CreateWalletAddressInput'.
|
Run pnpm --filter frontend typecheck
Process completed with exit code 2.
|
Loading