You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
DsObject
DsObject
export interface DsObject {
'encoding'?: string;
'getvalue'?: string;
'id'?: string;
'mimeType'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
encoding | Optional | string | {string} DsObject |
getvalue | Optional | string | {string} DsObject |
id | Optional | string | {string} DsObject |
mimeType | Optional | string | {string} DsObject |