Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(lambda): use lowercase boolean for type declarations (#27082)
Updated the type annotations to use the primitive `boolean` type instead of the object wrapper `Boolean`. This change aligns with TypeScript's recommended naming conventions and provides clearer type indications. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information