tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > PublishSource

PublishSource type

Represents information about the source from which the content was published.

Signature:

export type PublishSource = {
    $type?: string;
    ContextPublication?: Link;
    TargetType?: Link;
};

References: Link