UNPKG

@docusign/iam-sdk

Version:

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

17 lines 715 B
import * as z from "zod/v3"; export type GetWorkflowInstancesListRequest = { /** * The unique identifier of the account. */ accountId?: string | undefined; workflowId?: string | undefined; }; /** @internal */ export type GetWorkflowInstancesListRequest$Outbound = { accountId: string; workflowId: string; }; /** @internal */ export declare const GetWorkflowInstancesListRequest$outboundSchema: z.ZodType<GetWorkflowInstancesListRequest$Outbound, z.ZodTypeDef, GetWorkflowInstancesListRequest>; export declare function getWorkflowInstancesListRequestToJSON(getWorkflowInstancesListRequest: GetWorkflowInstancesListRequest): string; //# sourceMappingURL=getworkflowinstanceslist.d.ts.map