import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type CustomerPortalOAuthAccount = { accountId: string; accountUsername: string | null; }; /** @internal */ export declare const CustomerPortalOAuthAccount$inboundSchema: z.ZodMiniType; export declare function customerPortalOAuthAccountFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=customerportaloauthaccount.d.ts.map