import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type PazeSessionReviewLinks = { /** * Follow-up link to change the selected card. */ changeCard: string | null; /** * Follow-up link to change the shipping address. */ changeShippingAddress: string | null; }; /** @internal */ export declare const PazeSessionReviewLinks$inboundSchema: z.ZodType; export declare function pazeSessionReviewLinksFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=pazesessionreviewlinks.d.ts.map