Circle V2 API Docs
Preparing search index...
@repo/storage
client
ClientUploadParams
Type Alias ClientUploadParams
Browser-specific upload params — body accepts Blob or File only (no Node.js Buffer).
type
ClientUploadParams
=
{
body
:
Blob
|
File
;
bucket
:
string
;
contentType
:
string
;
key
:
string
;
}
Index
Properties
body
bucket
content
Type
key
Properties
body
body
:
Blob
|
File
bucket
bucket
:
string
content
Type
contentType
:
string
key
key
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
bucket
content
Type
key
Circle V2 API Docs
Loading...
Browser-specific upload params — body accepts Blob or File only (no Node.js Buffer).