/** * This file was auto-generated by Fern from our API Definition. */ import * as Syndicate from "../../.."; export interface Wallet { walletId: string; walletAddress: string; chainId: number; nonce: number; isActive: boolean; projectId: string; createdAt: Date; updatedAt: Date; walletType: Syndicate.wallet.WalletType; }