tridion-sites-extensions-api-docs

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

PublicationType type

Represents a PublicationType

Signature:

export type PublicationType = {
    $type?: string;
    Id?: number;
    Title?: string;
    Name?: string;
};