Choose file of type application?

I’m sure the answer is obvious, but I can’t see what it is. How can I set up a Choose File dialog so that it only displays applications.

This almost works:

set myApp to choose file of type folder

but that lets me choose any folder, not just applications. How can I limit it to applications?

choose file of type {"com.apple.application"}

Perfect. Thank you!