UNPKG

@docusign/iam-sdk

Version:

Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.

10 lines 498 B
import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type BulkJobLinks = { self?: string | undefined; }; /** @internal */ export declare const BulkJobLinks$inboundSchema: z.ZodType<BulkJobLinks, z.ZodTypeDef, unknown>; export declare function bulkJobLinksFromJSON(jsonString: string): SafeParseResult<BulkJobLinks, SDKValidationError>; //# sourceMappingURL=bulkjoblinks.d.ts.map