Optional ReadonlyabortThe abort signal to cancel the request.
Optional Readonlyinput?: InputThe function input. It will be submitted either as query params
or the body payload, depending on the method.
Optional Readonlymethod?: The HTTP method, defaults to post;
Optional ReadonlystartServer-side request timeout in seconds. Limits total time spent waiting before processing starts (includes queue wait, retries, and routing). Does not apply once the application begins processing.
This will be sent as the x-fal-request-timeout header.
Optional ReadonlystorageObject lifecycle configuration for controlling how long generated objects (images, files, etc.) remain available before expiring.
The function input and other configuration when running the function, such as the HTTP method to use.