Variable: GetAttachmentThumbnailByIdSchema
ts
const GetAttachmentThumbnailByIdSchema: ZodObject<{
height: ZodOptional<ZodNumber>;
id: ZodString;
version: ZodOptional<ZodNumber>;
width: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/v2/parameters/getAttachmentThumbnailById.ts:3