Home > @tridion-sites/open-api-client > PublishSource
Represents information about the source from which the content was published.
Signature:
export type PublishSource = {
$type?: string;
ContextPublication?: Link;
TargetType?: Link;
};
References: Link