@cfxlabsinc/b2b-services
    Preparing search index...
    VirtualAccount: Simplify<
        Omit<
            SelectVirtualAccount,
            | "id"
            | "externalId"
            | "data"
            | "identityId"
            | "organizationId"
            | "customerId"
            | "ledgerAccountId",
        > & {
            achDepositInstructions: AchDepositInstructions;
            id: string;
            rtpDepositInstructions: RtpDepositInstructions;
            wireDepositInstructions: UsWireDepositInstructions;
        },
    >