@cfxlabsinc/b2b-services
    Preparing search index...
    UtilaSweepWallet: Simplify<
        {
            addresses: Record<UtilaBlockchain, UtilaSweepWalletAddress[]>;
            id: string;
        } & Omit<
            SelectUtilaSweepWallet,
            | "id"
            | "walletId"
            | "data"
            | "organizationId"
            | "identityId"
            | "customerId",
        >,
    >