import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type PartnerManagedCompanyTermsOfServiceResponse = { /** * Whether the latest terms have been accepted by the user. */ latestTermsAccepted?: boolean | undefined; }; /** @internal */ export declare const PartnerManagedCompanyTermsOfServiceResponse$inboundSchema: z.ZodType; export declare function partnerManagedCompanyTermsOfServiceResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=partnermanagedcompanytermsofserviceresponse.d.ts.map