@docusign/iam-sdk
Version:
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.
15 lines • 751 B
TypeScript
import * as z from "zod/v3";
export type UpdateWorkspaceBrandBody = {
/**
* A GUID value that identifies a brand. For more information, see <a href="https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/branding/">Branding</a>
*/
brandId?: string | null | undefined;
};
/** @internal */
export type UpdateWorkspaceBrandBody$Outbound = {
brand_id?: string | null | undefined;
};
/** @internal */
export declare const UpdateWorkspaceBrandBody$outboundSchema: z.ZodType<UpdateWorkspaceBrandBody$Outbound, z.ZodTypeDef, UpdateWorkspaceBrandBody>;
export declare function updateWorkspaceBrandBodyToJSON(updateWorkspaceBrandBody: UpdateWorkspaceBrandBody): string;
//# sourceMappingURL=updateworkspacebrandbody.d.ts.map