tridion-sites-extensions-api-docs

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

BatchOperationCreationResult type

The result of the creation of the batch operation.

Signature:

export type BatchOperationCreationResult = {
    $type?: string;
    BatchId?: string;
};