From 35c734774589b0f3a6549e368d8c4eb452bbe616 Mon Sep 17 00:00:00 2001 From: Elijah Duffy Date: Mon, 11 May 2026 12:46:57 -0700 Subject: [PATCH] remove irrelevant type alias --- clients/go/officeconvertclient/client.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/clients/go/officeconvertclient/client.go b/clients/go/officeconvertclient/client.go index a748d58..4916e78 100644 --- a/clients/go/officeconvertclient/client.go +++ b/clients/go/officeconvertclient/client.go @@ -24,9 +24,6 @@ type NotesOptions = officeconvertapiv1.NotesOptions // SlideRasterOptions defines rendering settings for a raster output tier. type SlideRasterOptions = officeconvertapiv1.SlideRasterOptions -// SlideRaster_JPEG configures JPEG-specific rendering settings. -type SlideRaster_JPEG = officeconvertapiv1.JpegOutputOptions - // CreateConversionOptions control the behaviour of a CreateConversion session. type CreateConversionOptions = officeconvertapiv1.CreateConversionRequest