providerplaneai
Preparing search index...
client/types/chat/ClientMessageParts.ts
ClientAudioPart
Interface ClientAudioPart
Description
Interface contract for ClientAudioPart.
interface
ClientAudioPart
{
base64
?:
string
;
mimeType
?:
string
;
type
:
"audio"
;
url
?:
string
;
}
Index
Properties
base64?
mime
Type?
type
url?
Properties
Optional
base64
base64
?:
string
Optional
mime
Type
mimeType
?:
string
type
type
:
"audio"
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base64
mime
Type
type
url
providerplaneai
Loading...
Description
Interface contract for ClientAudioPart.