mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Add url field for PutObjectResult (#43699)
This commit is contained in:
Vendored
+1
@@ -180,6 +180,7 @@ declare namespace OSS {
|
||||
|
||||
interface PutObjectResult {
|
||||
name: string;
|
||||
url: string;
|
||||
data: object;
|
||||
res: NormalSuccessResponse;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user