@docusign/iam-sdk
Version:
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.
14 lines • 572 B
TypeScript
import * as z from "zod/v3";
export type GetBulkJobStatusRequest = {
accountId?: string | undefined;
jobId?: string | undefined;
};
/** @internal */
export type GetBulkJobStatusRequest$Outbound = {
accountId: string;
jobId: string;
};
/** @internal */
export declare const GetBulkJobStatusRequest$outboundSchema: z.ZodType<GetBulkJobStatusRequest$Outbound, z.ZodTypeDef, GetBulkJobStatusRequest>;
export declare function getBulkJobStatusRequestToJSON(getBulkJobStatusRequest: GetBulkJobStatusRequest): string;
//# sourceMappingURL=getbulkjobstatus.d.ts.map