Home > @tridion-sites/open-api-client > PublishLocationInfo
Represents a publishing location information for the objects that reside in Structure Groups.
Signature:
export type PublishLocationInfo = LocationInfo & {
PublishLocationPath?: string;
PublishLocationUrl?: string;
PublishPath?: string;
};
References: LocationInfo