providerplaneai
Preparing search index...
capabilities/SaveFileCapabilityImpl.ts
SaveFileRequestInput
Interface SaveFileRequestInput
Input shape for save-file requests.
interface
SaveFileRequestInput
{
base64
?:
string
;
contentType
?:
SaveFileContentType
;
encoding
?:
BufferEncoding
;
json
?:
unknown
;
path
:
string
;
text
?:
string
;
}
Index
Properties
base64?
content
Type?
encoding?
json?
path
text?
Properties
Optional
base64
base64
?:
string
Optional
content
Type
contentType
?:
SaveFileContentType
Optional
encoding
encoding
?:
BufferEncoding
Optional
json
json
?:
unknown
path
path
:
string
Optional
text
text
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base64
content
Type
encoding
json
path
text
providerplaneai
Loading...
Input shape for save-file requests.