diff --git a/src/api/autogen/index.ts b/src/api/autogen/index.ts index 198947b..29d2c67 100644 --- a/src/api/autogen/index.ts +++ b/src/api/autogen/index.ts @@ -695,10 +695,6 @@ ${stringifyIter(types, ({ features, type }) => { `; } - if (type.name === 'ImageArrayType') { - return ''; - } - switch (type.kind) { case 'Request': return '';