Home > @tridion-sites/open-api-client > BatchOperationRequestBase
Represents the abstract request for the batch operation.
Signature:
export type BatchOperationRequestBase = { $type?: string; ItemIds?: Array<string>; };