Home > @tridion-sites/open-api-client > PublishContext
Represents the data of a Publish Context.
Signature:
export type PublishContext = {
$type?: string;
ProcessedItems?: Array<ProcessedItem>;
Publication?: Link;
ResolvedItems?: Array<ResolvedItem>;
TargetType?: Link;
};
References: ProcessedItem, Link, ResolvedItem