import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; /** * The temporary url to download a Company Attachment File */ export type CompanyAttachmentDownloadUrl = { /** * A full URL to download a Company Attachment File */ url: string; }; /** @internal */ export declare const CompanyAttachmentDownloadUrl$inboundSchema: z.ZodType; export declare function companyAttachmentDownloadUrlFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=companyattachmentdownloadurl.d.ts.map