**Creating an Optional Payload for File Upload in Effect Typescript**
Hi all,
I want to create an optional payload for a file upload on a
1. What annotation does this need?
2. Bonus question: does this load the entire file into memory? If so, can I define it as a stream instead?
I want to create an optional payload for a file upload on a
HttpApiEndpoint.post(). But when I add Schema.UndefinedOr (Schema.optional gives a type error) I get a runtime error.1. What annotation does this need?
2. Bonus question: does this load the entire file into memory? If so, can I define it as a stream instead?
