tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > BatchOperationRequestBase

BatchOperationRequestBase type

Represents the abstract request for the batch operation.

Signature:

export type BatchOperationRequestBase = {
    $type?: string;
    ItemIds?: Array<string>;
};