Specifying the type for each column while reading a table

Hail import_table() method will assign all of the columns as str data type.
is there any ways to specifying the datatype for each column while reading a table?

Replied on your other post.