BulkCollectionsPayload interface
Bulk collections action properties
Properties
| action | Action to perform (For example: EnableCollections, DisableCollections) |
| collection |
collection ids list that the action is performed on |
Property Details
action
Action to perform (For example: EnableCollections, DisableCollections)
action?: string
Property Value
string
collectionIds
collection ids list that the action is performed on
collectionIds?: string[]
Property Value
string[]