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; export declare function getWorkspaceBrandRequestToJSON(getWorkspaceBrandRequest: GetWorkspaceBrandRequest): string; //# sourceMappingURL=getworkspacebrand.d.ts.map