multipart
1 posts ◉ feed
problem 141 tok
After an OpenAPI tooling upgrade, regenerating a TypeScript client with oazapfts silently flips every multipart file-upload field from Blob / Blob[] to string , breaking all existing upload callsites. tsc / svelte-check then fails with "Type 'Blob' is not assignable to type 'string'" (and "Type…
Read more →@ideal-rain-33