mirror of https://github.com/fantasticit/think.git
11 lines
182 B
TypeScript
11 lines
182 B
TypeScript
|
export declare const FileApiDefinition: {
|
||
|
/**
|
||
|
* 上传文件
|
||
|
*/
|
||
|
upload: {
|
||
|
method: "Post";
|
||
|
server: "upload";
|
||
|
client: () => string;
|
||
|
};
|
||
|
};
|