CompactionSummaryItemParam interface
A compaction item generated by the v1/responses/compact API.
- Extends
Properties
| encrypted_content | |
| id | The unique ID of the compaction item. |
| type | The type of the item. Always |
Property Details
encrypted_content
encrypted_content: string
Property Value
string
id
The unique ID of the compaction item.
id?: string
Property Value
string
type
The type of the item. Always compaction.
type: "compaction"
Property Value
"compaction"