You can call add_type() in the Asset instance to add a new type, after which you can call find_file() or get_file() to get URL's to files of the new type.
But, is there any way to be able to define a new type, like Asset::uploads? and define 'uploads' so I can use it anywhere in the application like I would Asset::img, Asset::js, etc.