Home > @tridion-sites/extensions > PromoteItemsMutationHook
Signature:
export type PromoteItemsMutationHook = (
options?: BatchMutationOptions<PromoteItemsRequest>,
) => MutationResult<Batch, ApiError, PromoteItemsRequest>;
References: PromoteItemsRequest, MutationResult, Batch, ApiError