Details of a request to bulk edit shareable entity.

interface BulkEditShareableEntity {
    action: string;
    entityErrors?: {};
}

Properties

action: string

Allowed action for bulk edit shareable entity

entityErrors?: {}

The mapping dashboard id to errors if any.

Type declaration