This website requires JavaScript.
Explore
Help
Register
Sign In
gio
/
think
mirror of
https://github.com/fantasticit/think.git
Watch
1
Star
0
Fork
You've already forked think
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f7fcc71a99
think
/
packages
/
domains
/
lib
/
services
/
IFileService.d.ts
4 lines
100 B
TypeScript
Raw
Blame
History
export
declare
abstract
class
IFileService
{
abstract
uploadFile
(
file
:
any
)
:
Promise
<
string
>
;
}
Reference in New Issue
View Git Blame
Copy Permalink