Home > @tridion-sites/open-api-client > PromoteDemoteRequest
Represents the data required for promoting and demoting an item.
Signature:
export type PromoteDemoteRequest = {
$type?: string;
DestinationRepositoryId?: string;
Instruction?: OperationInstruction;
};
References: OperationInstruction