import * as z from "zod/v3"; export type UpdateWorkspaceBrandBody = { /** * A GUID value that identifies a brand. For more information, see Branding */ brandId?: string | null | undefined; }; /** @internal */ export type UpdateWorkspaceBrandBody$Outbound = { brand_id?: string | null | undefined; }; /** @internal */ export declare const UpdateWorkspaceBrandBody$outboundSchema: z.ZodType; export declare function updateWorkspaceBrandBodyToJSON(updateWorkspaceBrandBody: UpdateWorkspaceBrandBody): string; //# sourceMappingURL=updateworkspacebrandbody.d.ts.map