UNPKG

@docusign/iam-sdk

Version:

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

20 lines 695 B
import * as z from "zod/v3"; export type GetWorkspaceEnvelopesRequest = { /** * The ID of the account */ accountId: string; /** * The ID of the workspace */ workspaceId: string; }; /** @internal */ export type GetWorkspaceEnvelopesRequest$Outbound = { accountId: string; workspaceId: string; }; /** @internal */ export declare const GetWorkspaceEnvelopesRequest$outboundSchema: z.ZodType<GetWorkspaceEnvelopesRequest$Outbound, z.ZodTypeDef, GetWorkspaceEnvelopesRequest>; export declare function getWorkspaceEnvelopesRequestToJSON(getWorkspaceEnvelopesRequest: GetWorkspaceEnvelopesRequest): string; //# sourceMappingURL=getworkspaceenvelopes.d.ts.map