import * as z from "zod/v3"; export type RunManagedBankFeedAdHocSyncRequest = { /** * Unique identifier for a company. */ companyId: string; /** * Unique identifier for a connection. */ connectionId: string; /** * The ID of the source bank account. */ sourceAccountId: string; }; /** @internal */ export type RunManagedBankFeedAdHocSyncRequest$Outbound = { companyId: string; connectionId: string; sourceAccountId: string; }; /** @internal */ export declare const RunManagedBankFeedAdHocSyncRequest$outboundSchema: z.ZodType; export declare function runManagedBankFeedAdHocSyncRequestToJSON(runManagedBankFeedAdHocSyncRequest: RunManagedBankFeedAdHocSyncRequest): string; //# sourceMappingURL=runmanagedbankfeedadhocsync.d.ts.map