UNPKG

@docusign/iam-sdk

Version:

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

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