tridion-sites-extensions-api-docs

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

DynamicVersionInfo type

Represents information about the dynamic version of a Versioned Item.

Signature:

export type DynamicVersionInfo = {
    $type?: string;
    Revision?: number;
    RevisionDate?: string;
    Revisor?: Link;
};

References: Link