Home > @tridion-sites/open-api-client > PublishInfo
Represents publishing information for Repository local objects.
Signature:
export type PublishInfo = {
$type?: string;
PublishedAt?: string;
RenderedWith?: Link;
Repository?: Link;
TargetPurpose?: string;
TargetType?: Link;
User?: Link;
};
References: Link