fix: export UploadDefinition for proper type checking with file uploads
Add `UploadDefinition` to `strawberry.file_uploads` which can be used with
`scalar_overrides` to map framework-specific upload types (like `UploadFile`)
to the `Upload` scalar. This enables proper type checking with mypy/pyright.
Fixes #4143